#AFCD92

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

Shades of Sprout #AFCD92

Tints of Sprout #AFCD92

Color information

#AFCD92 (or 0xAFCD92) is unknown color: approx Sprout. HEX triplet: AF, CD and 92. RGB value is (175,205,146). Sum of RGB (Red+Green+Blue) = 175+205+146=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD92 is #50326D. Grayscale: #BDBDBD. Windows color (decimal): -5255790 or 9620911. OLE color: 9620911.

HSL color Cylindrical-coordinate representation of color #AFCD92: hue angle of 90.51º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFCD92 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB175205146-
CMYK0.1500.290.20
HSL90.51º37.11%68.82%-
HSV(B)90.51º28.78%80.39%-
XYZ44.754.8535.43-
YUV189.3103.56117.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 205 (80.47% from 255) = 38.97%
BLUE value IS 146 (57.42% from 255) = 27.76%
R=33.27%
G=38.97%
B=27.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051460.1500.290.2090.5137.1168.82
HexAFCD92F01D145b2545
Octal257315222170352413345105
Binary10101111110011011001001011110111011010010110111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCD92; }

 p { color: rgb(175,205,146); }

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

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

 a { background-color: rgb(175,205,146); }

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

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

 span { border-color: rgb(175,205,146); }

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