#ADC94B

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

Shades of Celery #ADC94B

Tints of Celery #ADC94B

Color information

#ADC94B (or 0xADC94B) is unknown color: approx Celery. HEX triplet: AD, C9 and 4B. RGB value is (173,201,75). Sum of RGB (Red+Green+Blue) = 173+201+75=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC94B is #5236B4. Grayscale: #B2B2B2. Windows color (decimal): -5387957 or 4966829. OLE color: 4966829.

HSL color Cylindrical-coordinate representation of color #ADC94B: hue angle of 73.33º 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 #ADC94B is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB17320175-
CMYK0.1400.630.21
HSL73.33º53.85%54.12%-
HSV(B)73.33º62.69%78.82%-
XYZ39.3951.1714.46-
YUV178.2669.72124.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 201 (78.91% from 255) = 44.77%
BLUE value IS 75 (29.69% from 255) = 16.70%
R=38.53%
G=44.77%
B=16.70%

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
Decimal173201750.1400.630.2173.3353.8554.12
HexADC94BE03F15493636
Octal25531111316077251116666
Binary1010110111001001100101111100111111101011001001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC94B; }

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

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

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

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

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

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

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

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