#AFC39D

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

Shades of Sprout #AFC39D

Tints of Sprout #AFC39D

Color information

#AFC39D (or 0xAFC39D) is unknown color: approx Sprout. HEX triplet: AF, C3 and 9D. RGB value is (175,195,157). Sum of RGB (Red+Green+Blue) = 175+195+157=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC39D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC39D is #503C62. Grayscale: #B8B8B8. Windows color (decimal): -5258339 or 10339247. OLE color: 10339247.

HSL color Cylindrical-coordinate representation of color #AFC39D: hue angle of 91.58º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFC39D is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB175195157-
CMYK0.1000.190.24
HSL91.58º24.05%69.02%-
HSV(B)91.58º19.49%76.47%-
XYZ43.2850.5839.38-
YUV184.69112.37121.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 195 (76.56% from 255) = 37.00%
BLUE value IS 157 (61.72% from 255) = 29.79%
R=33.21%
G=37.00%
B=29.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751951570.1000.190.2491.5824.0569.02
HexAFC39DA013185c1845
Octal257303235120233013430105
Binary1010111111000011100111011010010011110001011100110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC39D; }

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

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

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

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

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

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

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

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