#8DFCAF

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

Shades of Pale Green #8DFCAF

Tints of Pale Green #8DFCAF

Color information

#8DFCAF (or 0x8DFCAF) is unknown color: approx Pale Green. HEX triplet: 8D, FC and AF. RGB value is (141,252,175). Sum of RGB (Red+Green+Blue) = 141+252+175=568 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.82% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #8DFCAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DFCAF is #720350. Grayscale: #D2D2D2. Windows color (decimal): -7471953 or 11533453. OLE color: 11533453.

HSL color Cylindrical-coordinate representation of color #8DFCAF: hue angle of 138.38º 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 #8DFCAF is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB141252175-
CMYK0.4400.310.01
HSL138.38º94.87%77.06%-
HSV(B)138.38º44.05%98.82%-
XYZ53.5378.3852.86-
YUV210.03108.2378.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.82%
GREEN value IS 252 (98.83% from 255) = 44.37%
BLUE value IS 175 (68.75% from 255) = 30.81%
R=24.82%
G=44.37%
B=30.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412521750.4400.310.01138.3894.8777.06
Hex8DFCAF2C01F18a5f4d
Octal215374257540371212137115
Binary10001101111111001010111110110001111111000101010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,252,175); }

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

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

 a { background-color: rgb(141,252,175); }

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

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

 span { border-color: rgb(141,252,175); }

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