#AFC049

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

Shades of Celery #AFC049

Tints of Celery #AFC049

Color information

#AFC049 (or 0xAFC049) is unknown color: approx Celery. HEX triplet: AF, C0 and 49. RGB value is (175,192,73). Sum of RGB (Red+Green+Blue) = 175+192+73=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC049 is #503FB6. Grayscale: #ADADAD. Windows color (decimal): -5259191 or 4833455. OLE color: 4833455.

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

Color convert

RGB17519273-
CMYK0.0900.620.25
HSL68.57º48.57%51.96%-
HSV(B)68.57º61.98%75.29%-
XYZ37.7347.2913.44-
YUV173.3571.37129.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 192 (75.39% from 255) = 43.64%
BLUE value IS 73 (28.91% from 255) = 16.59%
R=39.77%
G=43.64%
B=16.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175192730.0900.620.2568.5748.5751.96
HexAFC049903E19453134
Octal25730011111076311056164
Binary1010111111000000100100110010111110110011000101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC049; }

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

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

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

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

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

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

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

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