#8CF180

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

Shades of Light Green #8CF180

Tints of Light Green #8CF180

Color information

#8CF180 (or 0x8CF180) is unknown color: approx Light Green. HEX triplet: 8C, F1 and 80. RGB value is (140,241,128). Sum of RGB (Red+Green+Blue) = 140+241+128=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF180 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF180 is #730E7F. Grayscale: #C6C6C6. Windows color (decimal): -7540352 or 8450444. OLE color: 8450444.

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

Color convert

RGB140241128-
CMYK0.4200.470.05
HSL113.63º80.14%72.35%-
HSV(B)113.63º46.89%94.51%-
XYZ46.1770.0431.51-
YUV197.9288.5486.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.50%
GREEN value IS 241 (94.53% from 255) = 47.35%
BLUE value IS 128 (50.39% from 255) = 25.15%
R=27.50%
G=47.35%
B=25.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1402411280.4200.470.05113.6380.1472.35
Hex8CF1802A02F5725048
Octal214361200520575162120110
Binary1000110011110001100000001010100101111101111001010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,241,128); }

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

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

 a { background-color: rgb(140,241,128); }

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

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

 span { border-color: rgb(140,241,128); }

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