Html Css Color HEX #8ADC72 Pastel Green

📋 copy color: '#8ADC72'

red 138 ◦ green 220 ◦ blue 114

#8ADC72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #8ADC72

Tints of Pastel Green #8ADC72

RGB

 RED value IS 138 (54.3% from 255) = 29.24%

 GREEN value IS 220 (86.33% from 255) = 46.61%

 BLUE value IS 114 (44.92% from 255) = 24.15%

R = 29.24%
G = 46.61%
B = 24.15%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8ADC72 (or 0x8ADC72) is known color: Pastel Green. HEX triplet: 8A, DC and 72. RGB value is (138,220,114). Sum of RGB (Red+Green+Blue) = 138+220+114=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADC72 is #75238D. Grayscale: #B7B7B7. Windows color (decimal): -7676814 or 7527562. OLE color: 7527562.

HSL color Cylindrical-coordinate representation of color #8ADC72: hue angle of 106.42º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8ADC72 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 220 114 -
CMYK 0.37 0 0.48 0.14
HSL 106.42º 0.6% 0.65% -
HSV(B) 106.42º 0.48% 0.86% -
XYZ 39.11 57.8 25.02 -
YUV 183.4 88.83 95.62 -
System Red Green Blue C M Y K H S L
Decimal 138 220 114 0.37 0 0.48 0.14 106.42 0.6 0.65
Hex 8A DC 72 25 0 30 E 6A 3C 41
Octal 212 334 162 45 0 60 16 152 74 101
Binary 10001010 11011100 1110010 100101 0 110000 1110 1101010 111100 1000001

Color Harmonies of #8ADC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADC72

Black with #8ADC72

Text Example


Text Example

White with #8ADC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8ADC72; }

 p { color: rgb(138,220,114); }

 H1.HeaderClassName
 {
   color: #8ADC72;
 }
 .AnyTagClassName
 {
   color: #8ADC72;
 }
</style>

background-color css

<style>
 a { background-color: #8ADC72; }

 a { background-color: rgb(138,220,114); }

 div.DivClassName
 {
   background-color: #8ADC72;
 }
 .BgClassName
 {
   background-color: #8ADC72;
 }
</style>

border-color css

<style>
 span { border-color: #8ADC72; }

 span { border-color: rgb(138,220,114); }

 td.TdClassName
 {
   border-color: #8ADC72;
 }
 .TagClassName
 {
   border-color: #8ADC72;
 }
</style>