#9BFCAF

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

Shades of Pale Green #9BFCAF

Tints of Pale Green #9BFCAF

Color information

#9BFCAF (or 0x9BFCAF) is unknown color: approx Pale Green. HEX triplet: 9B, FC and AF. RGB value is (155,252,175). Sum of RGB (Red+Green+Blue) = 155+252+175=582 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.63% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFCAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFCAF is #640350. Grayscale: #D6D6D6. Windows color (decimal): -6554449 or 11533467. OLE color: 11533467.

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

Color convert

RGB155252175-
CMYK0.3800.310.01
HSL132.37º94.17%79.8%-
HSV(B)132.37º38.49%98.82%-
XYZ56.0779.6852.98-
YUV214.22105.8685.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.63%
GREEN value IS 252 (98.83% from 255) = 43.30%
BLUE value IS 175 (68.75% from 255) = 30.07%
R=26.63%
G=43.30%
B=30.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1552521750.3800.310.01132.3794.1779.8
Hex9BFCAF2601F1845e50
Octal233374257460371204136120
Binary10011011111111001010111110011001111111000010010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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