#AFC053

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

Shades of Celery #AFC053

Tints of Celery #AFC053

Color information

#AFC053 (or 0xAFC053) is unknown color: approx Celery. HEX triplet: AF, C0 and 53. RGB value is (175,192,83). Sum of RGB (Red+Green+Blue) = 175+192+83=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC053 is #503FAC. Grayscale: #AEAEAE. Windows color (decimal): -5259181 or 5488815. OLE color: 5488815.

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

Color convert

RGB17519283-
CMYK0.0900.570.25
HSL69.36º46.38%53.92%-
HSV(B)69.36º56.77%75.29%-
XYZ38.0947.4415.33-
YUV174.4976.37128.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 192 (75.39% from 255) = 42.67%
BLUE value IS 83 (32.81% from 255) = 18.44%
R=38.89%
G=42.67%
B=18.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175192830.0900.570.2569.3646.3853.92
HexAFC053903919452e36
Octal25730012311071311055666
Binary1010111111000000101001110010111001110011000101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC053; }

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

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

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

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

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

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

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

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