#ADCA42

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

Shades of Celery #ADCA42

Tints of Celery #ADCA42

Color information

#ADCA42 (or 0xADCA42) is unknown color: approx Celery. HEX triplet: AD, CA and 42. RGB value is (173,202,66). Sum of RGB (Red+Green+Blue) = 173+202+66=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCA42 is #5235BD. Grayscale: #B2B2B2. Windows color (decimal): -5387710 or 4377261. OLE color: 4377261.

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

Color convert

RGB17320266-
CMYK0.1400.670.21
HSL72.79º56.2%52.55%-
HSV(B)72.79º67.33%79.22%-
XYZ39.3451.5213.03-
YUV177.8264.89124.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.23%
GREEN value IS 202 (79.30% from 255) = 45.80%
BLUE value IS 66 (26.17% from 255) = 14.97%
R=39.23%
G=45.80%
B=14.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal173202660.1400.670.2172.7956.252.55
HexADCA42E04315493835
Octal255312102160103251117065
Binary10101101110010101000010111001000011101011001001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCA42; }

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

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

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

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

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

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

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

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