#9BF0A9

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

Shades of Pale Green #9BF0A9

Tints of Pale Green #9BF0A9

Color information

#9BF0A9 (or 0x9BF0A9) is unknown color: approx Pale Green. HEX triplet: 9B, F0 and A9. RGB value is (155,240,169). Sum of RGB (Red+Green+Blue) = 155+240+169=564 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.48% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 169 (66.41% from 255 or 29.96% from 564); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF0A9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF0A9 is #640F56. Grayscale: #CECECE. Windows color (decimal): -6557527 or 11137179. OLE color: 11137179.

HSL color Cylindrical-coordinate representation of color #9BF0A9: hue angle of 129.88º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BF0A9 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB155240169-
CMYK0.3500.300.06
HSL129.88º73.91%77.45%-
HSV(B)129.88º35.42%94.12%-
XYZ51.8472.1548.73-
YUV206.49106.8491.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.48%
GREEN value IS 240 (94.14% from 255) = 42.55%
BLUE value IS 169 (66.41% from 255) = 29.96%
R=27.48%
G=42.55%
B=29.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552401690.3500.300.06129.8873.9177.45
Hex9BF0A92301E6824a4d
Octal233360251430366202112115
Binary1001101111110000101010011000110111101101000001010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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