#AFC295

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

Shades of Sprout #AFC295

Tints of Sprout #AFC295

Color information

#AFC295 (or 0xAFC295) is unknown color: approx Sprout. HEX triplet: AF, C2 and 95. RGB value is (175,194,149). Sum of RGB (Red+Green+Blue) = 175+194+149=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC295 is #503D6A. Grayscale: #B7B7B7. Windows color (decimal): -5258603 or 9814703. OLE color: 9814703.

HSL color Cylindrical-coordinate representation of color #AFC295: hue angle of 85.33º degrees, saturation: 0.27, 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 #AFC295 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB175194149-
CMYK0.1000.230.24
HSL85.33º26.95%67.25%-
HSV(B)85.33º23.2%76.08%-
XYZ42.449.8735.82-
YUV183.19108.71122.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 194 (76.17% from 255) = 37.45%
BLUE value IS 149 (58.59% from 255) = 28.76%
R=33.78%
G=37.45%
B=28.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751941490.1000.230.2485.3326.9567.25
HexAFC295A01718551b43
Octal257302225120273012533103
Binary1010111111000010100101011010010111110001010101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC295; }

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

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

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

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

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

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

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

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