#AFFDA4

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

Shades of Pale Green #AFFDA4

Tints of Pale Green #AFFDA4

Color information

#AFFDA4 (or 0xAFFDA4) is unknown color: approx Pale Green. HEX triplet: AF, FD and A4. RGB value is (175,253,164). Sum of RGB (Red+Green+Blue) = 175+253+164=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 253 (99.22% from 255 or 42.74% from 592); Blue value is 164 (64.45% from 255 or 27.70% from 592); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFDA4 is #50025B. Grayscale: #DBDBDB. Windows color (decimal): -5243484 or 10812847. OLE color: 10812847.

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

Color convert

RGB175253164-
CMYK0.3100.350.01
HSL112.58º95.7%81.76%-
HSV(B)112.58º35.18%99.22%-
XYZ59.5182.0447.82-
YUV219.5396.6696.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.56%
GREEN value IS 253 (99.22% from 255) = 42.74%
BLUE value IS 164 (64.45% from 255) = 27.70%
R=29.56%
G=42.74%
B=27.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752531640.3100.350.01112.5895.781.76
HexAFFDA41F0231716052
Octal257375244370431161140122
Binary1010111111111101101001001111101000111111000111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDA4; }

 p { color: rgb(175,253,164); }

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

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

 a { background-color: rgb(175,253,164); }

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

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

 span { border-color: rgb(175,253,164); }

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