#AFC094

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

Shades of Sprout #AFC094

Tints of Sprout #AFC094

Color information

#AFC094 (or 0xAFC094) is unknown color: approx Sprout. HEX triplet: AF, C0 and 94. RGB value is (175,192,148). Sum of RGB (Red+Green+Blue) = 175+192+148=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC094 is #503F6B. Grayscale: #B6B6B6. Windows color (decimal): -5259116 or 9748655. OLE color: 9748655.

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

Color convert

RGB175192148-
CMYK0.0900.230.25
HSL83.18º25.88%66.67%-
HSV(B)83.18º22.92%75.29%-
XYZ41.8748.9535.26-
YUV181.9108.87123.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.98%
GREEN value IS 192 (75.39% from 255) = 37.28%
BLUE value IS 148 (58.20% from 255) = 28.74%
R=33.98%
G=37.28%
B=28.74%

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
Decimal1751921480.0900.230.2583.1825.8866.67
HexAFC094901719531a43
Octal257300224110273112332103
Binary1010111111000000100101001001010111110011010011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC094; }

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

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

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

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

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

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

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

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