#9BF7A9

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

Shades of Pale Green #9BF7A9

Tints of Pale Green #9BF7A9

Color information

#9BF7A9 (or 0x9BF7A9) is unknown color: approx Pale Green. HEX triplet: 9B, F7 and A9. RGB value is (155,247,169). Sum of RGB (Red+Green+Blue) = 155+247+169=571 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.15% from 571); Green value is 247 (96.88% from 255 or 43.26% from 571); Blue value is 169 (66.41% from 255 or 29.60% from 571); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF7A9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF7A9 is #640856. Grayscale: #D2D2D2. Windows color (decimal): -6555735 or 11138971. OLE color: 11138971.

HSL color Cylindrical-coordinate representation of color #9BF7A9: hue angle of 129.13º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF7A9 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB155247169-
CMYK0.3700.320.03
HSL129.13º85.19%78.82%-
HSV(B)129.13º37.25%96.86%-
XYZ53.9476.3549.43-
YUV210.6104.5288.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.15%
GREEN value IS 247 (96.88% from 255) = 43.26%
BLUE value IS 169 (66.41% from 255) = 29.60%
R=27.15%
G=43.26%
B=29.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1552471690.3700.320.03129.1385.1978.82
Hex9BF7A925020381554f
Octal233367251450403201125117
Binary1001101111110111101010011001010100000111000000110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,247,169); }

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

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

 a { background-color: rgb(155,247,169); }

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

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

 span { border-color: rgb(155,247,169); }

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