#9AFBA7

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

Shades of Pale Green #9AFBA7

Tints of Pale Green #9AFBA7

Color information

#9AFBA7 (or 0x9AFBA7) is unknown color: approx Pale Green. HEX triplet: 9A, FB and A7. RGB value is (154,251,167). Sum of RGB (Red+Green+Blue) = 154+251+167=572 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.92% from 572); Green value is 251 (98.44% from 255 or 43.88% from 572); Blue value is 167 (65.62% from 255 or 29.20% from 572); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFBA7 is #650458. Grayscale: #D4D4D4. Windows color (decimal): -6620249 or 11008922. OLE color: 11008922.

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

Color convert

RGB154251167-
CMYK0.3900.330.02
HSL128.04º92.38%79.41%-
HSV(B)128.04º38.65%98.43%-
XYZ54.878.6548.85-
YUV212.42102.3686.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.92%
GREEN value IS 251 (98.44% from 255) = 43.88%
BLUE value IS 167 (65.62% from 255) = 29.20%
R=26.92%
G=43.88%
B=29.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542511670.3900.330.02128.0492.3879.41
Hex9AFBA7270212805c4f
Octal232373247470412200134117
Binary1001101011111011101001111001110100001101000000010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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