#AFFC9A

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

Shades of Pale Green #AFFC9A

Tints of Pale Green #AFFC9A

Color information

#AFFC9A (or 0xAFFC9A) is unknown color: approx Pale Green. HEX triplet: AF, FC and 9A. RGB value is (175,252,154). Sum of RGB (Red+Green+Blue) = 175+252+154=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 154 (60.55% from 255 or 26.51% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFC9A is #500365. Grayscale: #DADADA. Windows color (decimal): -5243750 or 10157231. OLE color: 10157231.

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

Color convert

RGB175252154-
CMYK0.3100.390.01
HSL107.14º94.23%79.61%-
HSV(B)107.14º38.89%98.82%-
XYZ58.3281.0743.15-
YUV217.891.9997.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.12%
GREEN value IS 252 (98.83% from 255) = 43.37%
BLUE value IS 154 (60.55% from 255) = 26.51%
R=30.12%
G=43.37%
B=26.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752521540.3100.390.01107.1494.2379.61
HexAFFC9A1F02716b5e50
Octal257374232370471153136120
Binary1010111111111100100110101111101001111110101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFC9A; }

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

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

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

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

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

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

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

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