#8CF16A

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

Shades of Pastel Green #8CF16A

Tints of Pastel Green #8CF16A

Color information

#8CF16A (or 0x8CF16A) is unknown color: approx Pastel Green. HEX triplet: 8C, F1 and 6A. RGB value is (140,241,106). Sum of RGB (Red+Green+Blue) = 140+241+106=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF16A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF16A is #730E95. Grayscale: #C3C3C3. Windows color (decimal): -7540374 or 7008652. OLE color: 7008652.

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

Color convert

RGB140241106-
CMYK0.4200.560.05
HSL104.89º82.82%68.04%-
HSV(B)104.89º56.02%94.51%-
XYZ44.8769.5324.69-
YUV195.4177.5488.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.75%
GREEN value IS 241 (94.53% from 255) = 49.49%
BLUE value IS 106 (41.80% from 255) = 21.77%
R=28.75%
G=49.49%
B=21.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1402411060.4200.560.05104.8982.8268.04
Hex8CF16A2A0385695344
Octal214361152520705151123104
Binary100011001111000111010101010100111000101110100110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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