#ADC03C

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

Shades of Celery #ADC03C

Tints of Celery #ADC03C

Color information

#ADC03C (or 0xADC03C) is unknown color: approx Celery. HEX triplet: AD, C0 and 3C. RGB value is (173,192,60). Sum of RGB (Red+Green+Blue) = 173+192+60=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC03C is #523FC3. Grayscale: #ABABAB. Windows color (decimal): -5390276 or 3981485. OLE color: 3981485.

HSL color Cylindrical-coordinate representation of color #ADC03C: hue angle of 68.64º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADC03C is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB17319260-
CMYK0.1000.690.25
HSL68.64º52.38%49.41%-
HSV(B)68.64º68.75%75.29%-
XYZ36.946.9111.38-
YUV171.2765.21129.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 192 (75.39% from 255) = 45.18%
BLUE value IS 60 (23.83% from 255) = 14.12%
R=40.71%
G=45.18%
B=14.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173192600.1000.690.2568.6452.3849.41
HexADC03CA04519453431
Octal25530074120105311056461
Binary1010110111000000111100101001000101110011000101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC03C; }

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

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

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

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

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

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

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

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