#AFCD95

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

Shades of Sprout #AFCD95

Tints of Sprout #AFCD95

Color information

#AFCD95 (or 0xAFCD95) is unknown color: approx Sprout. HEX triplet: AF, CD and 95. RGB value is (175,205,149). Sum of RGB (Red+Green+Blue) = 175+205+149=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD95 is #50326A. Grayscale: #BDBDBD. Windows color (decimal): -5255787 or 9817519. OLE color: 9817519.

HSL color Cylindrical-coordinate representation of color #AFCD95: hue angle of 92.14º degrees, saturation: 0.36, 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 #AFCD95 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB175205149-
CMYK0.1500.270.20
HSL92.14º35.9%69.41%-
HSV(B)92.14º27.32%80.39%-
XYZ44.9454.9536.67-
YUV189.65105.06117.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 205 (80.47% from 255) = 38.75%
BLUE value IS 149 (58.59% from 255) = 28.17%
R=33.08%
G=38.75%
B=28.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051490.1500.270.2092.1435.969.41
HexAFCD95F01B145c2445
Octal257315225170332413444105
Binary10101111110011011001010111110110111010010111001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCD95; }

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

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

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

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

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

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

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

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