Html Css Color HEX #ADC014 Bahia

📋 copy color: '#ADC014'

red 173 ◦ green 192 ◦ blue 20

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

Shades of Bahia #ADC014

Tints of Bahia #ADC014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.19%

R = 44.94%
G = 49.87%
B = 5.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#ADC014 (or 0xADC014) is known color: Bahia. HEX triplet: AD, C0 and 14. RGB value is (173,192,20). Sum of RGB (Red+Green+Blue) = 173+192+20=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC014 is #523FEB. Grayscale: #A7A7A7. Windows color (decimal): -5390316 or 1360045. OLE color: 1360045.

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

Color convert

RGB 173 192 20 -
CMYK 0.10 0 0.90 0.25
HSL 66.63º 0.81% 0.42% -
HSV(B) 66.63º 0.9% 0.75% -
XYZ 36.21 46.63 7.75 -
YUV 166.71 45.21 132.49 -
System Red Green Blue C M Y K H S L
Decimal 173 192 20 0.10 0 0.90 0.25 66.63 0.81 0.42
Hex AD C0 14 A 0 5A 19 43 51 2A
Octal 255 300 24 12 0 132 31 103 121 52
Binary 10101101 11000000 10100 1010 0 1011010 11001 1000011 1010001 101010

Color Harmonies of #ADC014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC014

Black with #ADC014

Text Example


Text Example

White with #ADC014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC014; }

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

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

background-color css

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

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

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

border-color css

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

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

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