#9FFBAE

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

Shades of Pale Green #9FFBAE

Tints of Pale Green #9FFBAE

Color information

#9FFBAE (or 0x9FFBAE) is unknown color: approx Pale Green. HEX triplet: 9F, FB and AE. RGB value is (159,251,174). Sum of RGB (Red+Green+Blue) = 159+251+174=584 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.23% from 584); Green value is 251 (98.44% from 255 or 42.98% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FFBAE is #600451. Grayscale: #D6D6D6. Windows color (decimal): -6292562 or 11467679. OLE color: 11467679.

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

Color convert

RGB159251174-
CMYK0.3700.310.02
HSL129.78º92%80.39%-
HSV(B)129.78º36.65%98.43%-
XYZ56.4479.4252.4-
YUV214.71105.0288.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.23%
GREEN value IS 251 (98.44% from 255) = 42.98%
BLUE value IS 174 (68.36% from 255) = 29.79%
R=27.23%
G=42.98%
B=29.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592511740.3700.310.02129.789280.39
Hex9FFBAE2501F2825c50
Octal237373256450372202134120
Binary100111111111101110101110100101011111101000001010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,251,174); }

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

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

 a { background-color: rgb(159,251,174); }

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

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

 span { border-color: rgb(159,251,174); }

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