#9AFBAB

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

Shades of Pale Green #9AFBAB

Tints of Pale Green #9AFBAB

Color information

#9AFBAB (or 0x9AFBAB) is unknown color: approx Pale Green. HEX triplet: 9A, FB and AB. RGB value is (154,251,171). Sum of RGB (Red+Green+Blue) = 154+251+171=576 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.74% from 576); Green value is 251 (98.44% from 255 or 43.58% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFBAB is #650454. Grayscale: #D5D5D5. Windows color (decimal): -6620245 or 11271066. OLE color: 11271066.

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

Color convert

RGB154251171-
CMYK0.3900.320.02
HSL130.52º92.38%79.41%-
HSV(B)130.52º38.65%98.43%-
XYZ55.1778.850.83-
YUV212.88104.3686-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.74%
GREEN value IS 251 (98.44% from 255) = 43.58%
BLUE value IS 171 (67.19% from 255) = 29.69%
R=26.74%
G=43.58%
B=29.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542511710.3900.320.02130.5292.3879.41
Hex9AFBAB270202835c4f
Octal232373253470402203134117
Binary1001101011111011101010111001110100000101000001110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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