#AFC79D

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

Shades of Sprout #AFC79D

Tints of Sprout #AFC79D

Color information

#AFC79D (or 0xAFC79D) is unknown color: approx Sprout. HEX triplet: AF, C7 and 9D. RGB value is (175,199,157). Sum of RGB (Red+Green+Blue) = 175+199+157=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 199 (78.12% from 255 or 37.48% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC79D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC79D is #503862. Grayscale: #BBBBBB. Windows color (decimal): -5257315 or 10340271. OLE color: 10340271.

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

Color convert

RGB175199157-
CMYK0.1200.210.22
HSL94.29º27.27%69.8%-
HSV(B)94.29º21.11%78.04%-
XYZ44.1952.439.68-
YUV187.04111.05119.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 199 (78.12% from 255) = 37.48%
BLUE value IS 157 (61.72% from 255) = 29.57%
R=32.96%
G=37.48%
B=29.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751991570.1200.210.2294.2927.2769.8
HexAFC79DC015165e1b46
Octal257307235140252613633106
Binary1010111111000111100111011100010101101101011110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC79D; }

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

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

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

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

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

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

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

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