Html Css Color HEX #ADC94B Celery

📋 copy color: '#ADC94B'

red 173 ◦ green 201 ◦ blue 75

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

Shades of Celery #ADC94B

Tints of Celery #ADC94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.7%

R = 38.53%
G = 44.77%
B = 16.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#ADC94B (or 0xADC94B) is known color: Celery. HEX triplet: AD, C9 and 4B. RGB value is (173,201,75). Sum of RGB (Red+Green+Blue) = 173+201+75=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC94B is #5236B4. Grayscale: #B2B2B2. Windows color (decimal): -5387957 or 4966829. OLE color: 4966829.

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

Color convert

RGB 173 201 75 -
CMYK 0.14 0 0.63 0.21
HSL 73.33º 0.54% 0.54% -
HSV(B) 73.33º 0.63% 0.79% -
XYZ 39.39 51.17 14.46 -
YUV 178.26 69.72 124.25 -
System Red Green Blue C M Y K H S L
Decimal 173 201 75 0.14 0 0.63 0.21 73.33 0.54 0.54
Hex AD C9 4B E 0 3F 15 49 36 36
Octal 255 311 113 16 0 77 25 111 66 66
Binary 10101101 11001001 1001011 1110 0 111111 10101 1001001 110110 110110

Color Harmonies of #ADC94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC94B

Black with #ADC94B

Text Example


Text Example

White with #ADC94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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