#9EFCAF

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

Shades of Pale Green #9EFCAF

Tints of Pale Green #9EFCAF

Color information

#9EFCAF (or 0x9EFCAF) is unknown color: approx Pale Green. HEX triplet: 9E, FC and AF. RGB value is (158,252,175). Sum of RGB (Red+Green+Blue) = 158+252+175=585 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.01% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFCAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFCAF is #610350. Grayscale: #D7D7D7. Windows color (decimal): -6357841 or 11533470. OLE color: 11533470.

HSL color Cylindrical-coordinate representation of color #9EFCAF: hue angle of 130.85º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EFCAF is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB158252175-
CMYK0.3700.310.01
HSL130.85º94%80.39%-
HSV(B)130.85º37.3%98.82%-
XYZ56.6579.9953.01-
YUV215.12105.3687.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.01%
GREEN value IS 252 (98.83% from 255) = 43.08%
BLUE value IS 175 (68.75% from 255) = 29.91%
R=27.01%
G=43.08%
B=29.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582521750.3700.310.01130.859480.39
Hex9EFCAF2501F1835e50
Octal236374257450371203136120
Binary10011110111111001010111110010101111111000001110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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