#8EFCAF

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

Shades of Pale Green #8EFCAF

Tints of Pale Green #8EFCAF

Color information

#8EFCAF (or 0x8EFCAF) is unknown color: approx Pale Green. HEX triplet: 8E, FC and AF. RGB value is (142,252,175). Sum of RGB (Red+Green+Blue) = 142+252+175=569 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.96% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #8EFCAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EFCAF is #710350. Grayscale: #D2D2D2. Windows color (decimal): -7406417 or 11533454. OLE color: 11533454.

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

Color convert

RGB142252175-
CMYK0.4400.310.01
HSL138º94.83%77.25%-
HSV(B)138º43.65%98.82%-
XYZ53.778.4752.87-
YUV210.33108.0679.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.96%
GREEN value IS 252 (98.83% from 255) = 44.29%
BLUE value IS 175 (68.75% from 255) = 30.76%
R=24.96%
G=44.29%
B=30.76%

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
Decimal1422521750.4400.310.0113894.8377.25
Hex8EFCAF2C01F18a5f4d
Octal216374257540371212137115
Binary10001110111111001010111110110001111111000101010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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