#8AF98E

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

Shades of Light Green #8AF98E

Tints of Light Green #8AF98E

Color information

#8AF98E (or 0x8AF98E) is unknown color: approx Light Green. HEX triplet: 8A, F9 and 8E. RGB value is (138,249,142). Sum of RGB (Red+Green+Blue) = 138+249+142=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF98E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF98E is #750671. Grayscale: #CBCBCB. Windows color (decimal): -7669362 or 9369994. OLE color: 9369994.

HSL color Cylindrical-coordinate representation of color #8AF98E: hue angle of 122.16º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AF98E is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB138249142-
CMYK0.4500.430.02
HSL122.16º90.24%75.88%-
HSV(B)122.16º44.58%97.65%-
XYZ49.2475.1137.49-
YUV203.6193.2381.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.09%
GREEN value IS 249 (97.66% from 255) = 47.07%
BLUE value IS 142 (55.86% from 255) = 26.84%
R=26.09%
G=47.07%
B=26.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382491420.4500.430.02122.1690.2475.88
Hex8AF98E2D02B27a5a4c
Octal212371216550532172132114
Binary100010101111100110001110101101010101110111101010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,249,142); }

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

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

 a { background-color: rgb(138,249,142); }

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

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

 span { border-color: rgb(138,249,142); }

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