#9BF7AF

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

Shades of Pale Green #9BF7AF

Tints of Pale Green #9BF7AF

Color information

#9BF7AF (or 0x9BF7AF) is unknown color: approx Pale Green. HEX triplet: 9B, F7 and AF. RGB value is (155,247,175). Sum of RGB (Red+Green+Blue) = 155+247+175=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 247 (96.88% from 255 or 42.81% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF7AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF7AF is #640850. Grayscale: #D3D3D3. Windows color (decimal): -6555729 or 11532187. OLE color: 11532187.

HSL color Cylindrical-coordinate representation of color #9BF7AF: hue angle of 133.04º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF7AF is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB155247175-
CMYK0.3700.290.03
HSL133.04º85.19%78.82%-
HSV(B)133.04º37.25%96.86%-
XYZ54.5276.5952.47-
YUV211.28107.5287.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.86%
GREEN value IS 247 (96.88% from 255) = 42.81%
BLUE value IS 175 (68.75% from 255) = 30.33%
R=26.86%
G=42.81%
B=30.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1552471750.3700.290.03133.0485.1978.82
Hex9BF7AF2501D385554f
Octal233367257450353205125117
Binary100110111111011110101111100101011101111000010110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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