Html Css Color HEX #ADC518 Bahia

📋 copy color: '#ADC518'

red 173 ◦ green 197 ◦ blue 24

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

Shades of Bahia #ADC518

Tints of Bahia #ADC518

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50%

 BLUE value IS 24 (9.77% from 255) = 6.09%

R = 43.91%
G = 50%
B = 6.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#ADC518 (or 0xADC518) is known color: Bahia. HEX triplet: AD, C5 and 18. RGB value is (173,197,24). Sum of RGB (Red+Green+Blue) = 173+197+24=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC518 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC518 is #523AE7. Grayscale: #AAAAAA. Windows color (decimal): -5389032 or 1623469. OLE color: 1623469.

HSL color Cylindrical-coordinate representation of color #ADC518: hue angle of 68.32º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADC518 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 197 24 -
CMYK 0.12 0 0.88 0.23
HSL 68.32º 0.78% 0.43% -
HSV(B) 68.32º 0.88% 0.77% -
XYZ 37.36 48.88 8.33 -
YUV 170.1 45.55 130.07 -
System Red Green Blue C M Y K H S L
Decimal 173 197 24 0.12 0 0.88 0.23 68.32 0.78 0.43
Hex AD C5 18 C 0 58 17 44 4E 2B
Octal 255 305 30 14 0 130 27 104 116 53
Binary 10101101 11000101 11000 1100 0 1011000 10111 1000100 1001110 101011

Color Harmonies of #ADC518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC518

Black with #ADC518

Text Example


Text Example

White with #ADC518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC518; }

 p { color: rgb(173,197,24); }

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

background-color css

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

 a { background-color: rgb(173,197,24); }

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

border-color css

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

 span { border-color: rgb(173,197,24); }

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