Html Css Color HEX #8AEEA5 Light Green

📋 copy color: '#8AEEA5'

red 138 ◦ green 238 ◦ blue 165

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

Shades of Light Green #8AEEA5

Tints of Light Green #8AEEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.5%

R = 25.51%
G = 43.99%
B = 30.5%

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

#8AEEA5 (or 0x8AEEA5) is known color: Light Green. HEX triplet: 8A, EE and A5. RGB value is (138,238,165). Sum of RGB (Red+Green+Blue) = 138+238+165=541 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.51% from 541); Green value is 238 (93.36% from 255 or 43.99% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEEA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEEA5 is #75115A. Grayscale: #C7C7C7. Windows color (decimal): -7672155 or 10874506. OLE color: 10874506.

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

Color convert

RGB 138 238 165 -
CMYK 0.42 0 0.31 0.07
HSL 136.2º 0.75% 0.74% -
HSV(B) 136.2º 0.42% 0.93% -
XYZ 47.85 69.27 46.45 -
YUV 199.78 108.37 83.94 -
System Red Green Blue C M Y K H S L
Decimal 138 238 165 0.42 0 0.31 0.07 136.2 0.75 0.74
Hex 8A EE A5 2A 0 1F 7 88 4B 4A
Octal 212 356 245 52 0 37 7 210 113 112
Binary 10001010 11101110 10100101 101010 0 11111 111 10001000 1001011 1001010

Color Harmonies of #8AEEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AEEA5

Black with #8AEEA5

Text Example


Text Example

White with #8AEEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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