#8CF174

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

Shades of Light Green #8CF174

Tints of Light Green #8CF174

Color information

#8CF174 (or 0x8CF174) is unknown color: approx Light Green. HEX triplet: 8C, F1 and 74. RGB value is (140,241,116). Sum of RGB (Red+Green+Blue) = 140+241+116=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF174 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF174 is #730E8B. Grayscale: #C4C4C4. Windows color (decimal): -7540364 or 7664012. OLE color: 7664012.

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

Color convert

RGB140241116-
CMYK0.4200.520.05
HSL108.48º81.7%70%-
HSV(B)108.48º51.87%94.51%-
XYZ45.4269.7527.59-
YUV196.5582.5487.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.17%
GREEN value IS 241 (94.53% from 255) = 48.49%
BLUE value IS 116 (45.70% from 255) = 23.34%
R=28.17%
G=48.49%
B=23.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1402411160.4200.520.05108.4881.770
Hex8CF1742A03456c5246
Octal214361164520645154122106
Binary100011001111000111101001010100110100101110110010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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