#AFCC99

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

Shades of Sprout #AFCC99

Tints of Sprout #AFCC99

Color information

#AFCC99 (or 0xAFCC99) is unknown color: approx Sprout. HEX triplet: AF, CC and 99. RGB value is (175,204,153). Sum of RGB (Red+Green+Blue) = 175+204+153=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCC99 is #503366. Grayscale: #BDBDBD. Windows color (decimal): -5256039 or 10079407. OLE color: 10079407.

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

Color convert

RGB175204153-
CMYK0.1400.250.2
HSL94.12º33.33%70%-
HSV(B)94.12º25%80%-
XYZ45.0254.638.3-
YUV189.52107.39117.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 204 (80.08% from 255) = 38.35%
BLUE value IS 153 (60.16% from 255) = 28.76%
R=32.89%
G=38.35%
B=28.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041530.1400.250.294.1233.3370
HexAFCC99E019145e2146
Octal257314231160312413641106
Binary10101111110011001001100111100110011010010111101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCC99; }

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

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

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

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

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

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

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

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