#AFD093

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

Shades of Sprout #AFD093

Tints of Sprout #AFD093

Color information

#AFD093 (or 0xAFD093) is unknown color: approx Sprout. HEX triplet: AF, D0 and 93. RGB value is (175,208,147). Sum of RGB (Red+Green+Blue) = 175+208+147=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD093 is #502F6C. Grayscale: #BFBFBF. Windows color (decimal): -5255021 or 9687215. OLE color: 9687215.

HSL color Cylindrical-coordinate representation of color #AFD093: hue angle of 92.46º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFD093 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB175208147-
CMYK0.1600.290.18
HSL92.46º39.35%69.61%-
HSV(B)92.46º29.33%81.57%-
XYZ45.556.3336.08-
YUV191.18103.07116.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 208 (81.64% from 255) = 39.25%
BLUE value IS 147 (57.81% from 255) = 27.74%
R=33.02%
G=39.25%
B=27.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752081470.1600.290.1892.4639.3569.61
HexAFD0931001D125c2746
Octal257320223200352213447106
Binary101011111101000010010011100000111011001010111001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD093; }

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

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

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

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

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

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

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

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