#AFCC93

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

Shades of Sprout #AFCC93

Tints of Sprout #AFCC93

Color information

#AFCC93 (or 0xAFCC93) is unknown color: approx Sprout. HEX triplet: AF, CC and 93. RGB value is (175,204,147). Sum of RGB (Red+Green+Blue) = 175+204+147=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCC93 is #50336C. Grayscale: #BDBDBD. Windows color (decimal): -5256045 or 9686191. OLE color: 9686191.

HSL color Cylindrical-coordinate representation of color #AFCC93: hue angle of 90.53º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFCC93 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB175204147-
CMYK0.1400.280.2
HSL90.53º35.85%68.82%-
HSV(B)90.53º27.94%80%-
XYZ44.5454.4135.76-
YUV188.83104.39118.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 204 (80.08% from 255) = 38.78%
BLUE value IS 147 (57.81% from 255) = 27.95%
R=33.27%
G=38.78%
B=27.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041470.1400.280.290.5335.8568.82
HexAFCC93E01C145b2445
Octal257314223160342413344105
Binary10101111110011001001001111100111001010010110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCC93; }

 p { color: rgb(175,204,147); }

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

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

 a { background-color: rgb(175,204,147); }

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

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

 span { border-color: rgb(175,204,147); }

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