Html Css Color HEX #ADC018 Bahia

📋 copy color: '#ADC018'

red 173 ◦ green 192 ◦ blue 24

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

Shades of Bahia #ADC018

Tints of Bahia #ADC018

RGB

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

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

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

R = 44.47%
G = 49.36%
B = 6.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#ADC018 (or 0xADC018) is known color: Bahia. HEX triplet: AD, C0 and 18. RGB value is (173,192,24). Sum of RGB (Red+Green+Blue) = 173+192+24=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 24 (9.77% from 255 or 6.17% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC018 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC018 is #523FE7. Grayscale: #A7A7A7. Windows color (decimal): -5390312 or 1622189. OLE color: 1622189.

HSL color Cylindrical-coordinate representation of color #ADC018: hue angle of 66.79º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADC018 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 24 -
CMYK 0.10 0 0.88 0.25
HSL 66.79º 0.78% 0.42% -
HSV(B) 66.79º 0.88% 0.75% -
XYZ 36.25 46.65 7.96 -
YUV 167.17 47.21 132.16 -
System Red Green Blue C M Y K H S L
Decimal 173 192 24 0.10 0 0.88 0.25 66.79 0.78 0.42
Hex AD C0 18 A 0 58 19 43 4E 2A
Octal 255 300 30 12 0 130 31 103 116 52
Binary 10101101 11000000 11000 1010 0 1011000 11001 1000011 1001110 101010

Color Harmonies of #ADC018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC018

Black with #ADC018

Text Example


Text Example

White with #ADC018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC018; }

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

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

background-color css

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

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

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

border-color css

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

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

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