Html Css Color HEX #8AEEA0 Light Green

📋 copy color: '#8AEEA0'

red 138 ◦ green 238 ◦ blue 160

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

Shades of Light Green #8AEEA0

Tints of Light Green #8AEEA0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.4%

 BLUE value IS 160 (62.89% from 255) = 29.85%

R = 25.75%
G = 44.4%
B = 29.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#8AEEA0 (or 0x8AEEA0) is known color: Light Green. HEX triplet: 8A, EE and A0. RGB value is (138,238,160). Sum of RGB (Red+Green+Blue) = 138+238+160=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEEA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEEA0 is #75115F. Grayscale: #C7C7C7. Windows color (decimal): -7672160 or 10546826. OLE color: 10546826.

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

Color convert

RGB 138 238 160 -
CMYK 0.42 0 0.33 0.07
HSL 133.2º 0.75% 0.74% -
HSV(B) 133.2º 0.42% 0.93% -
XYZ 47.4 69.09 44.1 -
YUV 199.21 105.87 84.34 -
System Red Green Blue C M Y K H S L
Decimal 138 238 160 0.42 0 0.33 0.07 133.2 0.75 0.74
Hex 8A EE A0 2A 0 21 7 85 4B 4A
Octal 212 356 240 52 0 41 7 205 113 112
Binary 10001010 11101110 10100000 101010 0 100001 111 10000101 1001011 1001010

Color Harmonies of #8AEEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AEEA0

Black with #8AEEA0

Text Example


Text Example

White with #8AEEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,238,160); }

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

background-color css

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

 a { background-color: rgb(138,238,160); }

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

border-color css

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

 span { border-color: rgb(138,238,160); }

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