#AEC05A

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

Shades of Celery #AEC05A

Tints of Celery #AEC05A

Color information

#AEC05A (or 0xAEC05A) is unknown color: approx Celery. HEX triplet: AE, C0 and 5A. RGB value is (174,192,90). Sum of RGB (Red+Green+Blue) = 174+192+90=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC05A is #513FA5. Grayscale: #AFAFAF. Windows color (decimal): -5324710 or 5947566. OLE color: 5947566.

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

Color convert

RGB17419290-
CMYK0.0900.530.25
HSL70.59º44.74%55.29%-
HSV(B)70.59º53.12%75.29%-
XYZ38.1547.4416.82-
YUV174.9980.04127.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.16%
GREEN value IS 192 (75.39% from 255) = 42.11%
BLUE value IS 90 (35.55% from 255) = 19.74%
R=38.16%
G=42.11%
B=19.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174192900.0900.530.2570.5944.7455.29
HexAEC05A903519472d37
Octal25630013211065311075567
Binary1010111011000000101101010010110101110011000111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC05A; }

 p { color: rgb(174,192,90); }

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

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

 a { background-color: rgb(174,192,90); }

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

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

 span { border-color: rgb(174,192,90); }

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