Html Css Color HEX #8AEC96 Light Green

📋 copy color: '#8AEC96'

red 138 ◦ green 236 ◦ blue 150

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

Shades of Light Green #8AEC96

Tints of Light Green #8AEC96

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.04%

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

R = 26.34%
G = 45.04%
B = 28.63%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#8AEC96 (or 0x8AEC96) is known color: Light Green. HEX triplet: 8A, EC and 96. RGB value is (138,236,150). Sum of RGB (Red+Green+Blue) = 138+236+150=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #8AEC96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEC96 is #751369. Grayscale: #C5C5C5. Windows color (decimal): -7672682 or 9890954. OLE color: 9890954.

HSL color Cylindrical-coordinate representation of color #8AEC96: hue angle of 127.35º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEC96 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 236 150 -
CMYK 0.42 0 0.36 0.07
HSL 127.35º 0.72% 0.73% -
HSV(B) 127.35º 0.42% 0.93% -
XYZ 45.98 67.6 39.48 -
YUV 196.89 101.53 85.99 -
System Red Green Blue C M Y K H S L
Decimal 138 236 150 0.42 0 0.36 0.07 127.35 0.72 0.73
Hex 8A EC 96 2A 0 24 7 7F 48 49
Octal 212 354 226 52 0 44 7 177 110 111
Binary 10001010 11101100 10010110 101010 0 100100 111 1111111 1001000 1001001

Color Harmonies of #8AEC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AEC96

Black with #8AEC96

Text Example


Text Example

White with #8AEC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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