#8CFCAA

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

Shades of Pale Green #8CFCAA

Tints of Pale Green #8CFCAA

Color information

#8CFCAA (or 0x8CFCAA) is unknown color: approx Pale Green. HEX triplet: 8C, FC and AA. RGB value is (140,252,170). Sum of RGB (Red+Green+Blue) = 140+252+170=562 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.91% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFCAA is #730355. Grayscale: #D1D1D1. Windows color (decimal): -7537494 or 11205772. OLE color: 11205772.

HSL color Cylindrical-coordinate representation of color #8CFCAA: hue angle of 136.07º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFCAA is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB140252170-
CMYK0.4400.330.01
HSL136.07º94.92%76.86%-
HSV(B)136.07º44.44%98.82%-
XYZ52.8878.150.32-
YUV209.16105.8978.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.91%
GREEN value IS 252 (98.83% from 255) = 44.84%
BLUE value IS 170 (66.80% from 255) = 30.25%
R=24.91%
G=44.84%
B=30.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1402521700.4400.330.01136.0794.9276.86
Hex8CFCAA2C0211885f4d
Octal214374252540411210137115
Binary100011001111110010101010101100010000111000100010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,252,170); }

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

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

 a { background-color: rgb(140,252,170); }

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

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

 span { border-color: rgb(140,252,170); }

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