#9AFC9C

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

Shades of Pale Green #9AFC9C

Tints of Pale Green #9AFC9C

Color information

#9AFC9C (or 0x9AFC9C) is unknown color: approx Pale Green. HEX triplet: 9A, FC and 9C. RGB value is (154,252,156). Sum of RGB (Red+Green+Blue) = 154+252+156=562 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.40% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFC9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFC9C is #650363. Grayscale: #D4D4D4. Windows color (decimal): -6620004 or 10288282. OLE color: 10288282.

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

Color convert

RGB154252156-
CMYK0.3900.380.01
HSL121.22º94.23%79.61%-
HSV(B)121.22º38.89%98.82%-
XYZ54.1478.8943.83-
YUV211.7596.5386.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.40%
GREEN value IS 252 (98.83% from 255) = 44.84%
BLUE value IS 156 (61.33% from 255) = 27.76%
R=27.40%
G=44.84%
B=27.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542521560.3900.380.01121.2294.2379.61
Hex9AFC9C270261795e50
Octal232374234470461171136120
Binary10011010111111001001110010011101001101111100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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