#AFC096

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

Shades of Sprout #AFC096

Tints of Sprout #AFC096

Color information

#AFC096 (or 0xAFC096) is unknown color: approx Sprout. HEX triplet: AF, C0 and 96. RGB value is (175,192,150). Sum of RGB (Red+Green+Blue) = 175+192+150=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC096 is #503F69. Grayscale: #B6B6B6. Windows color (decimal): -5259114 or 9879727. OLE color: 9879727.

HSL color Cylindrical-coordinate representation of color #AFC096: hue angle of 84.29º 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 #AFC096 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB175192150-
CMYK0.0900.220.25
HSL84.29º25%67.06%-
HSV(B)84.29º21.88%75.29%-
XYZ42.0349.0236.1-
YUV182.13109.87122.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.85%
GREEN value IS 192 (75.39% from 255) = 37.14%
BLUE value IS 150 (58.98% from 255) = 29.01%
R=33.85%
G=37.14%
B=29.01%

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
Decimal1751921500.0900.220.2584.292567.06
HexAFC096901619541943
Octal257300226110263112431103
Binary1010111111000000100101101001010110110011010100110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC096; }

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

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

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

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

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

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

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

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