#AFC39C

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

Shades of Sprout #AFC39C

Tints of Sprout #AFC39C

Color information

#AFC39C (or 0xAFC39C) is unknown color: approx Sprout. HEX triplet: AF, C3 and 9C. RGB value is (175,195,156). Sum of RGB (Red+Green+Blue) = 175+195+156=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC39C is #503C63. Grayscale: #B8B8B8. Windows color (decimal): -5258340 or 10273711. OLE color: 10273711.

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

Color convert

RGB175195156-
CMYK0.1000.200.24
HSL90.77º24.53%68.82%-
HSV(B)90.77º20%76.47%-
XYZ43.250.5438.93-
YUV184.57111.87121.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 195 (76.56% from 255) = 37.07%
BLUE value IS 156 (61.33% from 255) = 29.66%
R=33.27%
G=37.07%
B=29.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751951560.1000.200.2490.7724.5368.82
HexAFC39CA014185b1945
Octal257303234120243013331105
Binary1010111111000011100111001010010100110001011011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC39C; }

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

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

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

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

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

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

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

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