#AFCD90

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

Shades of Sprout #AFCD90

Tints of Sprout #AFCD90

Color information

#AFCD90 (or 0xAFCD90) is unknown color: approx Sprout. HEX triplet: AF, CD and 90. RGB value is (175,205,144). Sum of RGB (Red+Green+Blue) = 175+205+144=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD90 is #50326F. Grayscale: #BDBDBD. Windows color (decimal): -5255792 or 9489839. OLE color: 9489839.

HSL color Cylindrical-coordinate representation of color #AFCD90: hue angle of 89.51º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFCD90 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB175205144-
CMYK0.1500.300.20
HSL89.51º37.89%68.43%-
HSV(B)89.51º29.76%80.39%-
XYZ44.5454.7934.61-
YUV189.08102.56117.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 144 (56.64% from 255) = 27.48%
R=33.40%
G=39.12%
B=27.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051440.1500.300.2089.5137.8968.43
HexAFCD90F01E145a2644
Octal257315220170362413246104
Binary10101111110011011001000011110111101010010110101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCD90; }

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

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

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

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

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

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

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

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