#8AF793

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

Shades of Light Green #8AF793

Tints of Light Green #8AF793

Color information

#8AF793 (or 0x8AF793) is unknown color: approx Light Green. HEX triplet: 8A, F7 and 93. RGB value is (138,247,147). Sum of RGB (Red+Green+Blue) = 138+247+147=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF793 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF793 is #75086C. Grayscale: #CBCBCB. Windows color (decimal): -7669869 or 9697162. OLE color: 9697162.

HSL color Cylindrical-coordinate representation of color #8AF793: hue angle of 124.95º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF793 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB138247147-
CMYK0.4400.400.03
HSL124.95º87.2%75.49%-
HSV(B)124.95º44.13%96.86%-
XYZ49.0174.0339.31-
YUV203.0196.3981.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.94%
GREEN value IS 247 (96.88% from 255) = 46.43%
BLUE value IS 147 (57.81% from 255) = 27.63%
R=25.94%
G=46.43%
B=27.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1382471470.4400.400.03124.9587.275.49
Hex8AF7932C02837d574b
Octal212367223540503175127113
Binary100010101111011110010011101100010100011111110110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,247,147); }

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

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

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

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

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

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

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