Html Css Color HEX #8AEDA2 Light Green

📋 copy color: '#8AEDA2'

red 138 ◦ green 237 ◦ blue 162

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

Shades of Light Green #8AEDA2

Tints of Light Green #8AEDA2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.13%

 BLUE value IS 162 (63.67% from 255) = 30.17%

R = 25.7%
G = 44.13%
B = 30.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#8AEDA2 (or 0x8AEDA2) is known color: Light Green. HEX triplet: 8A, ED and A2. RGB value is (138,237,162). Sum of RGB (Red+Green+Blue) = 138+237+162=537 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.70% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 162 (63.67% from 255 or 30.17% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #8AEDA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEDA2 is #75125D. Grayscale: #C7C7C7. Windows color (decimal): -7672414 or 10677642. OLE color: 10677642.

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

Color convert

RGB 138 237 162 -
CMYK 0.42 0 0.32 0.07
HSL 134.55º 0.73% 0.74% -
HSV(B) 134.55º 0.42% 0.93% -
XYZ 47.29 68.58 44.93 -
YUV 198.85 107.2 84.6 -
System Red Green Blue C M Y K H S L
Decimal 138 237 162 0.42 0 0.32 0.07 134.55 0.73 0.74
Hex 8A ED A2 2A 0 20 7 87 49 4A
Octal 212 355 242 52 0 40 7 207 111 112
Binary 10001010 11101101 10100010 101010 0 100000 111 10000111 1001001 1001010

Color Harmonies of #8AEDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AEDA2

Black with #8AEDA2

Text Example


Text Example

White with #8AEDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,237,162); }

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

background-color css

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

 a { background-color: rgb(138,237,162); }

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

border-color css

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

 span { border-color: rgb(138,237,162); }

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