#8CF16C

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

Shades of Pastel Green #8CF16C

Tints of Pastel Green #8CF16C

Color information

#8CF16C (or 0x8CF16C) is unknown color: approx Pastel Green. HEX triplet: 8C, F1 and 6C. RGB value is (140,241,108). Sum of RGB (Red+Green+Blue) = 140+241+108=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF16C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF16C is #730E93. Grayscale: #C4C4C4. Windows color (decimal): -7540372 or 7139724. OLE color: 7139724.

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

Color convert

RGB140241108-
CMYK0.4200.550.05
HSL105.56º82.61%68.43%-
HSV(B)105.56º55.19%94.51%-
XYZ44.9869.5725.24-
YUV195.6478.5488.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.63%
GREEN value IS 241 (94.53% from 255) = 49.28%
BLUE value IS 108 (42.58% from 255) = 22.09%
R=28.63%
G=49.28%
B=22.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1402411080.4200.550.05105.5682.6168.43
Hex8CF16C2A03756a5344
Octal214361154520675152123104
Binary100011001111000111011001010100110111101110101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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