#AFC095

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

Shades of Sprout #AFC095

Tints of Sprout #AFC095

Color information

#AFC095 (or 0xAFC095) is unknown color: approx Sprout. HEX triplet: AF, C0 and 95. RGB value is (175,192,149). Sum of RGB (Red+Green+Blue) = 175+192+149=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC095 is #503F6A. Grayscale: #B6B6B6. Windows color (decimal): -5259115 or 9814191. OLE color: 9814191.

HSL color Cylindrical-coordinate representation of color #AFC095: hue angle of 83.72º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFC095 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB175192149-
CMYK0.0900.220.25
HSL83.72º25.44%66.86%-
HSV(B)83.72º22.4%75.29%-
XYZ41.9548.9835.68-
YUV182.02109.37123-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 192 (75.39% from 255) = 37.21%
BLUE value IS 149 (58.59% from 255) = 28.88%
R=33.91%
G=37.21%
B=28.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751921490.0900.220.2583.7225.4466.86
HexAFC095901619541943
Octal257300225110263112431103
Binary1010111111000000100101011001010110110011010100110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC095; }

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

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

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

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

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

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

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

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