#AFC39B

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

Shades of Sprout #AFC39B

Tints of Sprout #AFC39B

Color information

#AFC39B (or 0xAFC39B) is unknown color: approx Sprout. HEX triplet: AF, C3 and 9B. RGB value is (175,195,155). Sum of RGB (Red+Green+Blue) = 175+195+155=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC39B is #503C64. Grayscale: #B8B8B8. Windows color (decimal): -5258341 or 10208175. OLE color: 10208175.

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

Color convert

RGB175195155-
CMYK0.1000.210.24
HSL90º25%68.63%-
HSV(B)90º20.51%76.47%-
XYZ43.1150.5138.49-
YUV184.46111.37121.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 195 (76.56% from 255) = 37.14%
BLUE value IS 155 (60.94% from 255) = 29.52%
R=33.33%
G=37.14%
B=29.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751951550.1000.210.24902568.63
HexAFC39BA015185a1945
Octal257303233120253013231105
Binary1010111111000011100110111010010101110001011010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC39B; }

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

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

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

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

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

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

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

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