#9BFDAF

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

Shades of Pale Green #9BFDAF

Tints of Pale Green #9BFDAF

Color information

#9BFDAF (or 0x9BFDAF) is unknown color: approx Pale Green. HEX triplet: 9B, FD and AF. RGB value is (155,253,175). Sum of RGB (Red+Green+Blue) = 155+253+175=583 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.59% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFDAF is #640250. Grayscale: #D7D7D7. Windows color (decimal): -6554193 or 11533723. OLE color: 11533723.

HSL color Cylindrical-coordinate representation of color #9BFDAF: hue angle of 132.24º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFDAF is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB155253175-
CMYK0.3900.310.01
HSL132.24º96.08%80%-
HSV(B)132.24º38.74%99.22%-
XYZ56.3880.3153.09-
YUV214.81105.5385.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.59%
GREEN value IS 253 (99.22% from 255) = 43.40%
BLUE value IS 175 (68.75% from 255) = 30.02%
R=26.59%
G=43.40%
B=30.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1552531750.3900.310.01132.2496.0880
Hex9BFDAF2701F1846050
Octal233375257470371204140120
Binary10011011111111011010111110011101111111000010011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,253,175); }

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

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

 a { background-color: rgb(155,253,175); }

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

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

 span { border-color: rgb(155,253,175); }

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