#9AFCA7

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

Shades of Pale Green #9AFCA7

Tints of Pale Green #9AFCA7

Color information

#9AFCA7 (or 0x9AFCA7) is unknown color: approx Pale Green. HEX triplet: 9A, FC and A7. RGB value is (154,252,167). Sum of RGB (Red+Green+Blue) = 154+252+167=573 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.88% from 573); Green value is 252 (98.83% from 255 or 43.98% from 573); Blue value is 167 (65.62% from 255 or 29.14% from 573); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFCA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFCA7 is #650358. Grayscale: #D5D5D5. Windows color (decimal): -6619993 or 11009178. OLE color: 11009178.

HSL color Cylindrical-coordinate representation of color #9AFCA7: hue angle of 127.96º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFCA7 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB154252167-
CMYK0.3900.340.01
HSL127.96º94.23%79.61%-
HSV(B)127.96º38.89%98.82%-
XYZ55.1179.2848.96-
YUV213.01102.0385.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.88%
GREEN value IS 252 (98.83% from 255) = 43.98%
BLUE value IS 167 (65.62% from 255) = 29.14%
R=26.88%
G=43.98%
B=29.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542521670.3900.340.01127.9694.2379.61
Hex9AFCA7270221805e50
Octal232374247470421200136120
Binary100110101111110010100111100111010001011000000010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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