#AFCC95

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

Shades of Sprout #AFCC95

Tints of Sprout #AFCC95

Color information

#AFCC95 (or 0xAFCC95) is unknown color: approx Sprout. HEX triplet: AF, CC and 95. RGB value is (175,204,149). Sum of RGB (Red+Green+Blue) = 175+204+149=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCC95 is #50336A. Grayscale: #BDBDBD. Windows color (decimal): -5256043 or 9817263. OLE color: 9817263.

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

Color convert

RGB175204149-
CMYK0.1400.270.2
HSL91.64º35.03%69.22%-
HSV(B)91.64º26.96%80%-
XYZ44.754.4736.59-
YUV189.06105.39117.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 204 (80.08% from 255) = 38.64%
BLUE value IS 149 (58.59% from 255) = 28.22%
R=33.14%
G=38.64%
B=28.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041490.1400.270.291.6435.0369.22
HexAFCC95E01B145c2345
Octal257314225160332413443105
Binary10101111110011001001010111100110111010010111001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCC95; }

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

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

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

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

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

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

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

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