#AFC792

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

Shades of Sprout #AFC792

Tints of Sprout #AFC792

Color information

#AFC792 (or 0xAFC792) is unknown color: approx Sprout. HEX triplet: AF, C7 and 92. RGB value is (175,199,146). Sum of RGB (Red+Green+Blue) = 175+199+146=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC792 is #50386D. Grayscale: #B9B9B9. Windows color (decimal): -5257326 or 9619375. OLE color: 9619375.

HSL color Cylindrical-coordinate representation of color #AFC792: hue angle of 87.17º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFC792 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB175199146-
CMYK0.1200.270.22
HSL87.17º32.12%67.65%-
HSV(B)87.17º26.63%78.04%-
XYZ43.2952.0434.96-
YUV185.78105.55120.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 199 (78.12% from 255) = 38.27%
BLUE value IS 146 (57.42% from 255) = 28.08%
R=33.65%
G=38.27%
B=28.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751991460.1200.270.2287.1732.1267.65
HexAFC792C01B16572044
Octal257307222140332612740104
Binary10101111110001111001001011000110111011010101111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC792; }

 p { color: rgb(175,199,146); }

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

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

 a { background-color: rgb(175,199,146); }

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

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

 span { border-color: rgb(175,199,146); }

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