#ADC05A

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

Shades of Celery #ADC05A

Tints of Celery #ADC05A

Color information

#ADC05A (or 0xADC05A) is unknown color: approx Celery. HEX triplet: AD, C0 and 5A. RGB value is (173,192,90). Sum of RGB (Red+Green+Blue) = 173+192+90=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC05A is #523FA5. Grayscale: #AFAFAF. Windows color (decimal): -5390246 or 5947565. OLE color: 5947565.

HSL color Cylindrical-coordinate representation of color #ADC05A: hue angle of 71.18º 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 #ADC05A is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB17319290-
CMYK0.1000.530.25
HSL71.18º44.74%55.29%-
HSV(B)71.18º53.12%75.29%-
XYZ37.9347.3216.81-
YUV174.6980.21126.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 192 (75.39% from 255) = 42.20%
BLUE value IS 90 (35.55% from 255) = 19.78%
R=38.02%
G=42.20%
B=19.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173192900.1000.530.2571.1844.7455.29
HexADC05AA03519472d37
Octal25530013212065311075567
Binary1010110111000000101101010100110101110011000111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC05A; }

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

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

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

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

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

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

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

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