Html Css Color HEX #8AEEA4 Light Green

📋 copy color: '#8AEEA4'

red 138 ◦ green 238 ◦ blue 164

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

Shades of Light Green #8AEEA4

Tints of Light Green #8AEEA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 30.37%

R = 25.56%
G = 44.07%
B = 30.37%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#8AEEA4 (or 0x8AEEA4) is known color: Light Green. HEX triplet: 8A, EE and A4. RGB value is (138,238,164). Sum of RGB (Red+Green+Blue) = 138+238+164=540 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.56% from 540); Green value is 238 (93.36% from 255 or 44.07% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEEA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEEA4 is #75115B. Grayscale: #C7C7C7. Windows color (decimal): -7672156 or 10808970. OLE color: 10808970.

HSL color Cylindrical-coordinate representation of color #8AEEA4: hue angle of 135.6º 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 #8AEEA4 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 238 164 -
CMYK 0.42 0 0.31 0.07
HSL 135.6º 0.75% 0.74% -
HSV(B) 135.6º 0.42% 0.93% -
XYZ 47.76 69.23 45.97 -
YUV 199.66 107.87 84.02 -
System Red Green Blue C M Y K H S L
Decimal 138 238 164 0.42 0 0.31 0.07 135.6 0.75 0.74
Hex 8A EE A4 2A 0 1F 7 88 4B 4A
Octal 212 356 244 52 0 37 7 210 113 112
Binary 10001010 11101110 10100100 101010 0 11111 111 10001000 1001011 1001010

Color Harmonies of #8AEEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AEEA4

Black with #8AEEA4

Text Example


Text Example

White with #8AEEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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