#AAC03F

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

Shades of Celery #AAC03F

Tints of Celery #AAC03F

Color information

#AAC03F (or 0xAAC03F) is unknown color: approx Celery. HEX triplet: AA, C0 and 3F. RGB value is (170,192,63). Sum of RGB (Red+Green+Blue) = 170+192+63=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC03F is #553FC0. Grayscale: #ABABAB. Windows color (decimal): -5586881 or 4178090. OLE color: 4178090.

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

Color convert

RGB17019263-
CMYK0.1100.670.25
HSL70.23º50.59%50%-
HSV(B)70.23º67.19%75.29%-
XYZ36.3246.611.78-
YUV170.7267.21127.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 192 (75.39% from 255) = 45.18%
BLUE value IS 63 (25% from 255) = 14.82%
R=40%
G=45.18%
B=14.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170192630.1100.670.2570.2350.5950
HexAAC03FB04319463332
Octal25230077130103311066362
Binary1010101011000000111111101101000011110011000110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC03F; }

 p { color: rgb(170,192,63); }

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

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

 a { background-color: rgb(170,192,63); }

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

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

 span { border-color: rgb(170,192,63); }

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