#AFD196

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

Shades of Sprout #AFD196

Tints of Sprout #AFD196

Color information

#AFD196 (or 0xAFD196) is unknown color: approx Sprout. HEX triplet: AF, D1 and 96. RGB value is (175,209,150). Sum of RGB (Red+Green+Blue) = 175+209+150=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD196 is #502E69. Grayscale: #C0C0C0. Windows color (decimal): -5254762 or 9884079. OLE color: 9884079.

HSL color Cylindrical-coordinate representation of color #AFD196: hue angle of 94.58º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFD196 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB175209150-
CMYK0.1600.280.18
HSL94.58º39.07%70.39%-
HSV(B)94.58º28.23%81.96%-
XYZ45.9856.9237.42-
YUV192.11104.24115.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.77%
GREEN value IS 209 (82.03% from 255) = 39.14%
BLUE value IS 150 (58.98% from 255) = 28.09%
R=32.77%
G=39.14%
B=28.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752091500.1600.280.1894.5839.0770.39
HexAFD1961001C125f2746
Octal257321226200342213747106
Binary101011111101000110010110100000111001001010111111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD196; }

 p { color: rgb(175,209,150); }

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

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

 a { background-color: rgb(175,209,150); }

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

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

 span { border-color: rgb(175,209,150); }

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