#8AFB88

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

Shades of Light Green #8AFB88

Tints of Light Green #8AFB88

Color information

#8AFB88 (or 0x8AFB88) is unknown color: approx Light Green. HEX triplet: 8A, FB and 88. RGB value is (138,251,136). Sum of RGB (Red+Green+Blue) = 138+251+136=525 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.29% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 136 (53.52% from 255 or 25.90% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFB88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFB88 is #750477. Grayscale: #CCCCCC. Windows color (decimal): -7668856 or 8977290. OLE color: 8977290.

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

Color convert

RGB138251136-
CMYK0.4500.460.02
HSL118.96º93.5%75.88%-
HSV(B)118.96º45.82%98.43%-
XYZ49.4276.1835.39-
YUV204.189.5680.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.29%
GREEN value IS 251 (98.44% from 255) = 47.81%
BLUE value IS 136 (53.52% from 255) = 25.90%
R=26.29%
G=47.81%
B=25.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382511360.4500.460.02118.9693.575.88
Hex8AFB882D02E2775d4c
Octal212373210550562167135114
Binary100010101111101110001000101101010111010111011110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,251,136); }

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

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

 a { background-color: rgb(138,251,136); }

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

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

 span { border-color: rgb(138,251,136); }

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