Html Css Color HEX #ADC942 Celery

📋 copy color: '#ADC942'

red 173 ◦ green 201 ◦ blue 66

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

Shades of Celery #ADC942

Tints of Celery #ADC942

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.68%

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

R = 39.32%
G = 45.68%
B = 15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#ADC942 (or 0xADC942) is known color: Celery. HEX triplet: AD, C9 and 42. RGB value is (173,201,66). Sum of RGB (Red+Green+Blue) = 173+201+66=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC942 is #5236BD. Grayscale: #B1B1B1. Windows color (decimal): -5387966 or 4377005. OLE color: 4377005.

HSL color Cylindrical-coordinate representation of color #ADC942: hue angle of 72.44º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADC942 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 201 66 -
CMYK 0.14 0 0.67 0.21
HSL 72.44º 0.56% 0.52% -
HSV(B) 72.44º 0.67% 0.79% -
XYZ 39.1 51.05 12.95 -
YUV 177.24 65.22 124.98 -
System Red Green Blue C M Y K H S L
Decimal 173 201 66 0.14 0 0.67 0.21 72.44 0.56 0.52
Hex AD C9 42 E 0 43 15 48 38 34
Octal 255 311 102 16 0 103 25 110 70 64
Binary 10101101 11001001 1000010 1110 0 1000011 10101 1001000 111000 110100

Color Harmonies of #ADC942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC942

Black with #ADC942

Text Example


Text Example

White with #ADC942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC942; }

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

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

background-color css

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

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

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

border-color css

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

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

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