#AFD195

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

Shades of Sprout #AFD195

Tints of Sprout #AFD195

Color information

#AFD195 (or 0xAFD195) is unknown color: approx Sprout. HEX triplet: AF, D1 and 95. RGB value is (175,209,149). Sum of RGB (Red+Green+Blue) = 175+209+149=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD195 is #502E6A. Grayscale: #C0C0C0. Windows color (decimal): -5254763 or 9818543. OLE color: 9818543.

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

Color convert

RGB175209149-
CMYK0.1600.290.18
HSL94º39.47%70.2%-
HSV(B)94º28.71%81.96%-
XYZ45.956.8836.99-
YUV191.99103.74115.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.83%
GREEN value IS 209 (82.03% from 255) = 39.21%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=32.83%
G=39.21%
B=27.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752091490.1600.290.189439.4770.2
HexAFD1951001D125e2746
Octal257321225200352213647106
Binary101011111101000110010101100000111011001010111101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD195; }

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

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

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

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

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

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

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

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