#9AFBAC

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

Shades of Pale Green #9AFBAC

Tints of Pale Green #9AFBAC

Color information

#9AFBAC (or 0x9AFBAC) is unknown color: approx Pale Green. HEX triplet: 9A, FB and AC. RGB value is (154,251,172). Sum of RGB (Red+Green+Blue) = 154+251+172=577 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.69% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFBAC is #650453. Grayscale: #D5D5D5. Windows color (decimal): -6620244 or 11336602. OLE color: 11336602.

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

Color convert

RGB154251172-
CMYK0.3900.310.02
HSL131.13º92.38%79.41%-
HSV(B)131.13º38.65%98.43%-
XYZ55.2778.8451.33-
YUV212.99104.8685.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.69%
GREEN value IS 251 (98.44% from 255) = 43.50%
BLUE value IS 172 (67.58% from 255) = 29.81%
R=26.69%
G=43.50%
B=29.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542511720.3900.310.02131.1392.3879.41
Hex9AFBAC2701F2835c4f
Octal232373254470372203134117
Binary100110101111101110101100100111011111101000001110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,251,172); }

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

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

 a { background-color: rgb(154,251,172); }

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

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

 span { border-color: rgb(154,251,172); }

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