#AFC093

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

Shades of Sprout #AFC093

Tints of Sprout #AFC093

Color information

#AFC093 (or 0xAFC093) is unknown color: approx Sprout. HEX triplet: AF, C0 and 93. RGB value is (175,192,147). Sum of RGB (Red+Green+Blue) = 175+192+147=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC093 is #503F6C. Grayscale: #B5B5B5. Windows color (decimal): -5259117 or 9683119. OLE color: 9683119.

HSL color Cylindrical-coordinate representation of color #AFC093: hue angle of 82.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFC093 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB175192147-
CMYK0.0900.230.25
HSL82.67º26.32%66.47%-
HSV(B)82.67º23.44%75.29%-
XYZ41.848.9234.84-
YUV181.79108.37123.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 192 (75.39% from 255) = 37.35%
BLUE value IS 147 (57.81% from 255) = 28.60%
R=34.05%
G=37.35%
B=28.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751921470.0900.230.2582.6726.3266.47
HexAFC093901719531a42
Octal257300223110273112332102
Binary1010111111000000100100111001010111110011010011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC093; }

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

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

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

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

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

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

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

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