Html Css Color HEX #ADC824 Bahia

📋 copy color: '#ADC824'

red 173 ◦ green 200 ◦ blue 36

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

Shades of Bahia #ADC824

Tints of Bahia #ADC824

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.9%

 BLUE value IS 36 (14.45% from 255) = 8.8%

R = 42.3%
G = 48.9%
B = 8.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#ADC824 (or 0xADC824) is known color: Bahia. HEX triplet: AD, C8 and 24. RGB value is (173,200,36). Sum of RGB (Red+Green+Blue) = 173+200+36=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 36 (14.45% from 255 or 8.80% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC824 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC824 is #5237DB. Grayscale: #ADADAD. Windows color (decimal): -5388252 or 2410669. OLE color: 2410669.

HSL color Cylindrical-coordinate representation of color #ADC824: hue angle of 69.88º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADC824 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 200 36 -
CMYK 0.14 0 0.82 0.22
HSL 69.88º 0.69% 0.46% -
HSV(B) 69.88º 0.82% 0.78% -
XYZ 38.21 50.32 9.37 -
YUV 173.23 50.55 127.84 -
System Red Green Blue C M Y K H S L
Decimal 173 200 36 0.14 0 0.82 0.22 69.88 0.69 0.46
Hex AD C8 24 E 0 52 16 46 45 2E
Octal 255 310 44 16 0 122 26 106 105 56
Binary 10101101 11001000 100100 1110 0 1010010 10110 1000110 1000101 101110

Color Harmonies of #ADC824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC824

Black with #ADC824

Text Example


Text Example

White with #ADC824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC824; }

 p { color: rgb(173,200,36); }

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

background-color css

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

 a { background-color: rgb(173,200,36); }

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

border-color css

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

 span { border-color: rgb(173,200,36); }

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