#AFC195

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

Shades of Sprout #AFC195

Tints of Sprout #AFC195

Color information

#AFC195 (or 0xAFC195) is unknown color: approx Sprout. HEX triplet: AF, C1 and 95. RGB value is (175,193,149). Sum of RGB (Red+Green+Blue) = 175+193+149=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC195 is #503E6A. Grayscale: #B6B6B6. Windows color (decimal): -5258859 or 9814447. OLE color: 9814447.

HSL color Cylindrical-coordinate representation of color #AFC195: hue angle of 84.55º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFC195 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB175193149-
CMYK0.0900.230.24
HSL84.55º26.19%67.06%-
HSV(B)84.55º22.8%75.69%-
XYZ42.1749.4235.75-
YUV182.6109.04122.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.85%
GREEN value IS 193 (75.78% from 255) = 37.33%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=33.85%
G=37.33%
B=28.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751931490.0900.230.2484.5526.1967.06
HexAFC195901718551a43
Octal257301225110273012532103
Binary1010111111000001100101011001010111110001010101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC195; }

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

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

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

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

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

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

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

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