#8AFB8A

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

Shades of Light Green #8AFB8A

Tints of Light Green #8AFB8A

Color information

#8AFB8A (or 0x8AFB8A) is unknown color: approx Light Green. HEX triplet: 8A, FB and 8A. RGB value is (138,251,138). Sum of RGB (Red+Green+Blue) = 138+251+138=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFB8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFB8A is #750475. Grayscale: #CCCCCC. Windows color (decimal): -7668854 or 9108362. OLE color: 9108362.

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

Color convert

RGB138251138-
CMYK0.4500.450.02
HSL120º93.39%76.27%-
HSV(B)120º45.02%98.43%-
XYZ49.5776.2336.15-
YUV204.3390.5680.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.19%
GREEN value IS 251 (98.44% from 255) = 47.63%
BLUE value IS 138 (54.30% from 255) = 26.19%
R=26.19%
G=47.63%
B=26.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382511380.4500.450.0212093.3976.27
Hex8AFB8A2D02D2785d4c
Octal212373212550552170135114
Binary100010101111101110001010101101010110110111100010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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