#8AF98B

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

Shades of Light Green #8AF98B

Tints of Light Green #8AF98B

Color information

#8AF98B (or 0x8AF98B) is unknown color: approx Light Green. HEX triplet: 8A, F9 and 8B. RGB value is (138,249,139). Sum of RGB (Red+Green+Blue) = 138+249+139=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF98B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF98B is #750674. Grayscale: #CBCBCB. Windows color (decimal): -7669365 or 9173386. OLE color: 9173386.

HSL color Cylindrical-coordinate representation of color #8AF98B: hue angle of 120.54º 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 #8AF98B is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB138249139-
CMYK0.4500.440.02
HSL120.54º90.24%75.88%-
HSV(B)120.54º44.58%97.65%-
XYZ49.0275.0236.32-
YUV203.2791.7381.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.24%
GREEN value IS 249 (97.66% from 255) = 47.34%
BLUE value IS 139 (54.69% from 255) = 26.43%
R=26.24%
G=47.34%
B=26.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382491390.4500.440.02120.5490.2475.88
Hex8AF98B2D02C2795a4c
Octal212371213550542171132114
Binary100010101111100110001011101101010110010111100110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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