#9BF0A8

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

Shades of Pale Green #9BF0A8

Tints of Pale Green #9BF0A8

Color information

#9BF0A8 (or 0x9BF0A8) is unknown color: approx Pale Green. HEX triplet: 9B, F0 and A8. RGB value is (155,240,168). Sum of RGB (Red+Green+Blue) = 155+240+168=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 168 (66.02% from 255 or 29.84% from 563); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF0A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF0A8 is #640F57. Grayscale: #CECECE. Windows color (decimal): -6557528 or 11071643. OLE color: 11071643.

HSL color Cylindrical-coordinate representation of color #9BF0A8: hue angle of 129.18º 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 #9BF0A8 is Cyan = 0.35, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.06.

Color convert

RGB155240168-
CMYK0.3500.30.06
HSL129.18º73.91%77.45%-
HSV(B)129.18º35.42%94.12%-
XYZ51.7572.1248.24-
YUV206.38106.3491.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.53%
GREEN value IS 240 (94.14% from 255) = 42.63%
BLUE value IS 168 (66.02% from 255) = 29.84%
R=27.53%
G=42.63%
B=29.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552401680.3500.30.06129.1873.9177.45
Hex9BF0A82301E6814a4d
Octal233360250430366201112115
Binary1001101111110000101010001000110111101101000000110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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