#8AF17D

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

Shades of Light Green #8AF17D

Tints of Light Green #8AF17D

Color information

#8AF17D (or 0x8AF17D) is unknown color: approx Light Green. HEX triplet: 8A, F1 and 7D. RGB value is (138,241,125). Sum of RGB (Red+Green+Blue) = 138+241+125=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF17D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF17D is #750E82. Grayscale: #C5C5C5. Windows color (decimal): -7671427 or 8253834. OLE color: 8253834.

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

Color convert

RGB138241125-
CMYK0.4300.480.05
HSL113.28º80.56%71.76%-
HSV(B)113.28º48.13%94.51%-
XYZ45.6469.7930.47-
YUV196.9887.3885.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.38%
GREEN value IS 241 (94.53% from 255) = 47.82%
BLUE value IS 125 (49.22% from 255) = 24.80%
R=27.38%
G=47.82%
B=24.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1382411250.4300.480.05113.2880.5671.76
Hex8AF17D2B0305715148
Octal212361175530605161121110
Binary100010101111000111111011010110110000101111000110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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