#AFC69D

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

Shades of Sprout #AFC69D

Tints of Sprout #AFC69D

Color information

#AFC69D (or 0xAFC69D) is unknown color: approx Sprout. HEX triplet: AF, C6 and 9D. RGB value is (175,198,157). Sum of RGB (Red+Green+Blue) = 175+198+157=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC69D is #503962. Grayscale: #BABABA. Windows color (decimal): -5257571 or 10340015. OLE color: 10340015.

HSL color Cylindrical-coordinate representation of color #AFC69D: hue angle of 93.66º degrees, saturation: 0.26, 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 #AFC69D is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB175198157-
CMYK0.1200.210.22
HSL93.66º26.45%69.61%-
HSV(B)93.66º20.71%77.65%-
XYZ43.9651.9439.61-
YUV186.45111.38119.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 198 (77.73% from 255) = 37.36%
BLUE value IS 157 (61.72% from 255) = 29.62%
R=33.02%
G=37.36%
B=29.62%

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
Decimal1751981570.1200.210.2293.6626.4569.61
HexAFC69DC015165e1a46
Octal257306235140252613632106
Binary1010111111000110100111011100010101101101011110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC69D; }

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

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

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

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

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

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

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

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