Html Css Color HEX #8ADC96 Light Green

📋 copy color: '#8ADC96'

red 138 ◦ green 220 ◦ blue 150

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

Shades of Light Green #8ADC96

Tints of Light Green #8ADC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.53%

R = 27.17%
G = 43.31%
B = 29.53%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#8ADC96 (or 0x8ADC96) is known color: Light Green. HEX triplet: 8A, DC and 96. RGB value is (138,220,150). Sum of RGB (Red+Green+Blue) = 138+220+150=508 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.17% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADC96 is #752369. Grayscale: #BBBBBB. Windows color (decimal): -7676778 or 9886858. OLE color: 9886858.

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

Color convert

RGB 138 220 150 -
CMYK 0.37 0 0.32 0.14
HSL 128.78º 0.54% 0.7% -
HSV(B) 128.78º 0.37% 0.86% -
XYZ 41.58 58.79 38.01 -
YUV 187.5 106.83 92.69 -
System Red Green Blue C M Y K H S L
Decimal 138 220 150 0.37 0 0.32 0.14 128.78 0.54 0.7
Hex 8A DC 96 25 0 20 E 81 36 46
Octal 212 334 226 45 0 40 16 201 66 106
Binary 10001010 11011100 10010110 100101 0 100000 1110 10000001 110110 1000110

Color Harmonies of #8ADC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADC96

Black with #8ADC96

Text Example


Text Example

White with #8ADC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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