Html Css Color HEX #ADC048 Celery

📋 copy color: '#ADC048'

red 173 ◦ green 192 ◦ blue 72

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

Shades of Celery #ADC048

Tints of Celery #ADC048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.48%

R = 39.59%
G = 43.94%
B = 16.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#ADC048 (or 0xADC048) is known color: Celery. HEX triplet: AD, C0 and 48. RGB value is (173,192,72). Sum of RGB (Red+Green+Blue) = 173+192+72=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 72 (28.52% from 255 or 16.48% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC048 is #523FB7. Grayscale: #ADADAD. Windows color (decimal): -5390264 or 4767917. OLE color: 4767917.

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

Color convert

RGB 173 192 72 -
CMYK 0.10 0 0.63 0.25
HSL 69.5º 0.49% 0.52% -
HSV(B) 69.5º 0.63% 0.75% -
XYZ 37.25 47.05 13.25 -
YUV 172.64 71.21 128.26 -
System Red Green Blue C M Y K H S L
Decimal 173 192 72 0.10 0 0.63 0.25 69.5 0.49 0.52
Hex AD C0 48 A 0 3F 19 46 31 34
Octal 255 300 110 12 0 77 31 106 61 64
Binary 10101101 11000000 1001000 1010 0 111111 11001 1000110 110001 110100

Color Harmonies of #ADC048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC048

Black with #ADC048

Text Example


Text Example

White with #ADC048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC048; }

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

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

background-color css

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

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

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

border-color css

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

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

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