#9FEFA1

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

Shades of Pale Green #9FEFA1

Tints of Pale Green #9FEFA1

Color information

#9FEFA1 (or 0x9FEFA1) is unknown color: approx Pale Green. HEX triplet: 9F, EF and A1. RGB value is (159,239,161). Sum of RGB (Red+Green+Blue) = 159+239+161=559 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.44% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 161 (63.28% from 255 or 28.80% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEFA1 is #60105E. Grayscale: #CECECE. Windows color (decimal): -6295647 or 10612639. OLE color: 10612639.

HSL color Cylindrical-coordinate representation of color #9FEFA1: hue angle of 121.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEFA1 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB159239161-
CMYK0.3300.330.06
HSL121.5º71.43%78.04%-
HSV(B)121.5º33.47%93.73%-
XYZ51.671.6844.83-
YUV206.19102.594.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.44%
GREEN value IS 239 (93.75% from 255) = 42.75%
BLUE value IS 161 (63.28% from 255) = 28.80%
R=28.44%
G=42.75%
B=28.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592391610.3300.330.06121.571.4378.04
Hex9FEFA121021679474e
Octal237357241410416171107116
Binary1001111111101111101000011000010100001110111100110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,239,161); }

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

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

 a { background-color: rgb(159,239,161); }

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

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

 span { border-color: rgb(159,239,161); }

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