Html Css Color HEX #ADC042 Celery

📋 copy color: '#ADC042'

red 173 ◦ green 192 ◦ blue 66

#ADC042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #ADC042

Tints of Celery #ADC042

RGB

 RED value IS 173 (67.97% from 255) = 40.14%

 GREEN value IS 192 (75.39% from 255) = 44.55%

 BLUE value IS 66 (26.17% from 255) = 15.31%

R = 40.14%
G = 44.55%
B = 15.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#ADC042 (or 0xADC042) is known color: Celery. HEX triplet: AD, C0 and 42. RGB value is (173,192,66). Sum of RGB (Red+Green+Blue) = 173+192+66=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 66 (26.17% from 255 or 15.31% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC042 is #523FBD. Grayscale: #ACACAC. Windows color (decimal): -5390270 or 4374701. OLE color: 4374701.

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

Color convert

RGB 173 192 66 -
CMYK 0.10 0 0.66 0.25
HSL 69.05º 0.5% 0.51% -
HSV(B) 69.05º 0.66% 0.75% -
XYZ 37.07 46.98 12.27 -
YUV 171.96 68.21 128.75 -
System Red Green Blue C M Y K H S L
Decimal 173 192 66 0.10 0 0.66 0.25 69.05 0.5 0.51
Hex AD C0 42 A 0 42 19 45 32 33
Octal 255 300 102 12 0 102 31 105 62 63
Binary 10101101 11000000 1000010 1010 0 1000010 11001 1000101 110010 110011

Color Harmonies of #ADC042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC042

Black with #ADC042

Text Example


Text Example

White with #ADC042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC042; }

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

 H1.HeaderClassName
 {
   color: #ADC042;
 }
 .AnyTagClassName
 {
   color: #ADC042;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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