#AFFCA0

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

Shades of Pale Green #AFFCA0

Tints of Pale Green #AFFCA0

Color information

#AFFCA0 (or 0xAFFCA0) is unknown color: approx Pale Green. HEX triplet: AF, FC and A0. RGB value is (175,252,160). Sum of RGB (Red+Green+Blue) = 175+252+160=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFCA0 is #50035F. Grayscale: #DADADA. Windows color (decimal): -5243744 or 10550447. OLE color: 10550447.

HSL color Cylindrical-coordinate representation of color #AFFCA0: hue angle of 110.22º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFFCA0 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB175252160-
CMYK0.3100.370.01
HSL110.22º93.88%80.78%-
HSV(B)110.22º36.51%98.82%-
XYZ58.8381.2745.84-
YUV218.4994.9996.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.81%
GREEN value IS 252 (98.83% from 255) = 42.93%
BLUE value IS 160 (62.89% from 255) = 27.26%
R=29.81%
G=42.93%
B=27.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752521600.3100.370.01110.2293.8880.78
HexAFFCA01F02516e5e51
Octal257374240370451156136121
Binary1010111111111100101000001111101001011110111010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCA0; }

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

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

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

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

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

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

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

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