#8AEF9C

Color #8AEF9C Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #8AEF9C

Tints of Light Green #8AEF9C

Color information

#8AEF9C (or 0x8AEF9C) is unknown color: approx Light Green. HEX triplet: 8A, EF and 9C. RGB value is (138,239,156). Sum of RGB (Red+Green+Blue) = 138+239+156=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #8AEF9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEF9C is #751063. Grayscale: #C7C7C7. Windows color (decimal): -7671908 or 10284938. OLE color: 10284938.

HSL color Cylindrical-coordinate representation of color #8AEF9C: hue angle of 130.69º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEF9C is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB138239156-
CMYK0.4200.350.06
HSL130.69º75.94%73.92%-
HSV(B)130.69º42.26%93.73%-
XYZ47.3569.5442.38-
YUV199.34103.5484.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.89%
GREEN value IS 239 (93.75% from 255) = 44.84%
BLUE value IS 156 (61.33% from 255) = 29.27%
R=25.89%
G=44.84%
B=29.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1382391560.4200.350.06130.6975.9473.92
Hex8AEF9C2A0236834c4a
Octal212357234520436203114112
Binary10001010111011111001110010101001000111101000001110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,239,156); }

 H1.HeaderClassName
 {
   color: #8AEF9C;
 }
 .AnyTagClassName
 {
   color: #8AEF9C;
 }
</style>
background-color css

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

 a { background-color: rgb(138,239,156); }

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

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

 span { border-color: rgb(138,239,156); }

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