#8AF17C

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

Shades of Light Green #8AF17C

Tints of Light Green #8AF17C

Color information

#8AF17C (or 0x8AF17C) is unknown color: approx Light Green. HEX triplet: 8A, F1 and 7C. RGB value is (138,241,124). Sum of RGB (Red+Green+Blue) = 138+241+124=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF17C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF17C is #750E83. Grayscale: #C5C5C5. Windows color (decimal): -7671428 or 8188298. OLE color: 8188298.

HSL color Cylindrical-coordinate representation of color #8AF17C: hue angle of 112.82º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8AF17C is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB138241124-
CMYK0.4300.490.05
HSL112.82º80.69%71.57%-
HSV(B)112.82º48.55%94.51%-
XYZ45.5769.7730.13-
YUV196.8686.8886.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.44%
GREEN value IS 241 (94.53% from 255) = 47.91%
BLUE value IS 124 (48.83% from 255) = 24.65%
R=27.44%
G=47.91%
B=24.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1382411240.4300.490.05112.8280.6971.57
Hex8AF17C2B0315715148
Octal212361174530615161121110
Binary100010101111000111111001010110110001101111000110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,241,124); }

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

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

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

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

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

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

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