#ADCA46

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

Shades of Celery #ADCA46

Tints of Celery #ADCA46

Color information

#ADCA46 (or 0xADCA46) is unknown color: approx Celery. HEX triplet: AD, CA and 46. RGB value is (173,202,70). Sum of RGB (Red+Green+Blue) = 173+202+70=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 70 (27.73% from 255 or 15.73% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCA46 is #5235B9. Grayscale: #B2B2B2. Windows color (decimal): -5387706 or 4639405. OLE color: 4639405.

HSL color Cylindrical-coordinate representation of color #ADCA46: hue angle of 73.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADCA46 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB17320270-
CMYK0.1400.650.21
HSL73.18º55.46%53.33%-
HSV(B)73.18º65.35%79.22%-
XYZ39.4651.5713.67-
YUV178.2866.89124.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.88%
GREEN value IS 202 (79.30% from 255) = 45.39%
BLUE value IS 70 (27.73% from 255) = 15.73%
R=38.88%
G=45.39%
B=15.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal173202700.1400.650.2173.1855.4653.33
HexADCA46E04115493735
Octal255312106160101251116765
Binary10101101110010101000110111001000001101011001001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCA46; }

 p { color: rgb(173,202,70); }

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

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

 a { background-color: rgb(173,202,70); }

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

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

 span { border-color: rgb(173,202,70); }

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