#AFFD9B

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

Shades of Pale Green #AFFD9B

Tints of Pale Green #AFFD9B

Color information

#AFFD9B (or 0xAFFD9B) is unknown color: approx Pale Green. HEX triplet: AF, FD and 9B. RGB value is (175,253,155). Sum of RGB (Red+Green+Blue) = 175+253+155=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 155 (60.94% from 255 or 26.59% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFD9B is #500264. Grayscale: #DADADA. Windows color (decimal): -5243493 or 10223023. OLE color: 10223023.

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

Color convert

RGB175253155-
CMYK0.3100.390.01
HSL107.76º96.08%80%-
HSV(B)107.76º38.74%99.22%-
XYZ58.7281.7343.69-
YUV218.5192.1696.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 253 (99.22% from 255) = 43.40%
BLUE value IS 155 (60.94% from 255) = 26.59%
R=30.02%
G=43.40%
B=26.59%

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
Decimal1752531550.3100.390.01107.7696.0880
HexAFFD9B1F02716c6050
Octal257375233370471154140120
Binary1010111111111101100110111111101001111110110011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFD9B; }

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

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

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

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

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

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

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

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