#ADC142

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

Shades of Celery #ADC142

Tints of Celery #ADC142

Color information

#ADC142 (or 0xADC142) is unknown color: approx Celery. HEX triplet: AD, C1 and 42. RGB value is (173,193,66). Sum of RGB (Red+Green+Blue) = 173+193+66=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 66 (26.17% from 255 or 15.28% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC142 is #523EBD. Grayscale: #ADADAD. Windows color (decimal): -5390014 or 4374957. OLE color: 4374957.

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

Color convert

RGB17319366-
CMYK0.1000.660.24
HSL69.45º50.6%50.78%-
HSV(B)69.45º65.8%75.69%-
XYZ37.2947.4212.34-
YUV172.5467.87128.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 193 (75.78% from 255) = 44.68%
BLUE value IS 66 (26.17% from 255) = 15.28%
R=40.05%
G=44.68%
B=15.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173193660.1000.660.2469.4550.650.78
HexADC142A04218453333
Octal255301102120102301056363
Binary10101101110000011000010101001000010110001000101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC142; }

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

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

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

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

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

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

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

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