#9BF1A9

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

Shades of Pale Green #9BF1A9

Tints of Pale Green #9BF1A9

Color information

#9BF1A9 (or 0x9BF1A9) is unknown color: approx Pale Green. HEX triplet: 9B, F1 and A9. RGB value is (155,241,169). Sum of RGB (Red+Green+Blue) = 155+241+169=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF1A9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF1A9 is #640E56. Grayscale: #CFCFCF. Windows color (decimal): -6557271 or 11137435. OLE color: 11137435.

HSL color Cylindrical-coordinate representation of color #9BF1A9: hue angle of 129.77º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF1A9 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB155241169-
CMYK0.3600.300.05
HSL129.77º75.44%77.65%-
HSV(B)129.77º35.68%94.51%-
XYZ52.1372.7448.83-
YUV207.08106.5190.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.43%
GREEN value IS 241 (94.53% from 255) = 42.65%
BLUE value IS 169 (66.41% from 255) = 29.91%
R=27.43%
G=42.65%
B=29.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552411690.3600.300.05129.7775.4477.65
Hex9BF1A92401E5824b4e
Octal233361251440365202113116
Binary1001101111110001101010011001000111101011000001010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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