#ADC94A

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

Shades of Celery #ADC94A

Tints of Celery #ADC94A

Color information

#ADC94A (or 0xADC94A) is unknown color: approx Celery. HEX triplet: AD, C9 and 4A. RGB value is (173,201,74). Sum of RGB (Red+Green+Blue) = 173+201+74=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC94A is #5236B5. Grayscale: #B2B2B2. Windows color (decimal): -5387958 or 4901293. OLE color: 4901293.

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

Color convert

RGB17320174-
CMYK0.1400.630.21
HSL73.23º54.04%53.92%-
HSV(B)73.23º63.18%78.82%-
XYZ39.3651.1514.28-
YUV178.1569.22124.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.62%
GREEN value IS 201 (78.91% from 255) = 44.87%
BLUE value IS 74 (29.30% from 255) = 16.52%
R=38.62%
G=44.87%
B=16.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal173201740.1400.630.2173.2354.0453.92
HexADC94AE03F15493636
Octal25531111216077251116666
Binary1010110111001001100101011100111111101011001001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC94A; }

 p { color: rgb(173,201,74); }

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

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

 a { background-color: rgb(173,201,74); }

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

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

 span { border-color: rgb(173,201,74); }

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