#ADC242

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

Shades of Celery #ADC242

Tints of Celery #ADC242

Color information

#ADC242 (or 0xADC242) is unknown color: approx Celery. HEX triplet: AD, C2 and 42. RGB value is (173,194,66). Sum of RGB (Red+Green+Blue) = 173+194+66=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC242 is #523DBD. Grayscale: #ADADAD. Windows color (decimal): -5389758 or 4375213. OLE color: 4375213.

HSL color Cylindrical-coordinate representation of color #ADC242: hue angle of 69.84º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADC242 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB17319466-
CMYK0.1100.660.24
HSL69.84º51.2%50.98%-
HSV(B)69.84º65.98%76.08%-
XYZ37.5147.8612.42-
YUV173.1367.54127.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 194 (76.17% from 255) = 44.80%
BLUE value IS 66 (26.17% from 255) = 15.24%
R=39.95%
G=44.80%
B=15.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173194660.1100.660.2469.8451.250.98
HexADC242B04218463333
Octal255302102130102301066363
Binary10101101110000101000010101101000010110001000110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC242; }

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

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

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

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

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

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

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

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