#8AFE8B

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

Shades of Light Green #8AFE8B

Tints of Light Green #8AFE8B

Color information

#8AFE8B (or 0x8AFE8B) is unknown color: approx Light Green. HEX triplet: 8A, FE and 8B. RGB value is (138,254,139). Sum of RGB (Red+Green+Blue) = 138+254+139=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFE8B is #750174. Grayscale: #CECECE. Windows color (decimal): -7668085 or 9174666. OLE color: 9174666.

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

Color convert

RGB138254139-
CMYK0.4600.450.00
HSL120.52º98.31%76.86%-
HSV(B)120.52º45.67%99.61%-
XYZ50.5878.1536.84-
YUV206.2190.0779.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.99%
GREEN value IS 254 (99.61% from 255) = 47.83%
BLUE value IS 139 (54.69% from 255) = 26.18%
R=25.99%
G=47.83%
B=26.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1382541390.4600.450.00120.5298.3176.86
Hex8AFE8B2E02D079624d
Octal212376213560550171142115
Binary10001010111111101000101110111001011010111100111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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