#9BF9AF

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

Shades of Pale Green #9BF9AF

Tints of Pale Green #9BF9AF

Color information

#9BF9AF (or 0x9BF9AF) is unknown color: approx Pale Green. HEX triplet: 9B, F9 and AF. RGB value is (155,249,175). Sum of RGB (Red+Green+Blue) = 155+249+175=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF9AF is #640650. Grayscale: #D4D4D4. Windows color (decimal): -6555217 or 11532699. OLE color: 11532699.

HSL color Cylindrical-coordinate representation of color #9BF9AF: hue angle of 132.77º 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 #9BF9AF is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB155249175-
CMYK0.3800.300.02
HSL132.77º88.68%79.22%-
HSV(B)132.77º37.75%97.65%-
XYZ55.1377.8252.67-
YUV212.46106.8687.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.77%
GREEN value IS 249 (97.66% from 255) = 43.01%
BLUE value IS 175 (68.75% from 255) = 30.22%
R=26.77%
G=43.01%
B=30.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552491750.3800.300.02132.7788.6879.22
Hex9BF9AF2601E285594f
Octal233371257460362205131117
Binary100110111111100110101111100110011110101000010110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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