#9BF9A5

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

Shades of Pale Green #9BF9A5

Tints of Pale Green #9BF9A5

Color information

#9BF9A5 (or 0x9BF9A5) is unknown color: approx Pale Green. HEX triplet: 9B, F9 and A5. RGB value is (155,249,165). Sum of RGB (Red+Green+Blue) = 155+249+165=569 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.24% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 165 (64.84% from 255 or 29.00% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF9A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF9A5 is #64065A. Grayscale: #D3D3D3. Windows color (decimal): -6555227 or 10877339. OLE color: 10877339.

HSL color Cylindrical-coordinate representation of color #9BF9A5: hue angle of 126.38º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BF9A5 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB155249165-
CMYK0.3800.340.02
HSL126.38º88.68%79.22%-
HSV(B)126.38º37.75%97.65%-
XYZ54.1877.4447.69-
YUV211.32101.8687.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.24%
GREEN value IS 249 (97.66% from 255) = 43.76%
BLUE value IS 165 (64.84% from 255) = 29.00%
R=27.24%
G=43.76%
B=29.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552491650.3800.340.02126.3888.6879.22
Hex9BF9A52602227e594f
Octal233371245460422176131117
Binary100110111111100110100101100110010001010111111010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,249,165); }

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

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

 a { background-color: rgb(155,249,165); }

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

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

 span { border-color: rgb(155,249,165); }

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