Html Css Color HEX #ADC612 Bahia

📋 copy color: '#ADC612'

red 173 ◦ green 198 ◦ blue 18

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

Shades of Bahia #ADC612

Tints of Bahia #ADC612

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.9%

 BLUE value IS 18 (7.42% from 255) = 4.63%

R = 44.47%
G = 50.9%
B = 4.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#ADC612 (or 0xADC612) is known color: Bahia. HEX triplet: AD, C6 and 12. RGB value is (173,198,18). Sum of RGB (Red+Green+Blue) = 173+198+18=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC612 is #5239ED. Grayscale: #AAAAAA. Windows color (decimal): -5388782 or 1230509. OLE color: 1230509.

HSL color Cylindrical-coordinate representation of color #ADC612: hue angle of 68.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADC612 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 198 18 -
CMYK 0.13 0 0.91 0.22
HSL 68.33º 0.83% 0.42% -
HSV(B) 68.33º 0.91% 0.78% -
XYZ 37.54 49.32 8.11 -
YUV 170.01 42.22 130.14 -
System Red Green Blue C M Y K H S L
Decimal 173 198 18 0.13 0 0.91 0.22 68.33 0.83 0.42
Hex AD C6 12 D 0 5B 16 44 53 2A
Octal 255 306 22 15 0 133 26 104 123 52
Binary 10101101 11000110 10010 1101 0 1011011 10110 1000100 1010011 101010

Color Harmonies of #ADC612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC612

Black with #ADC612

Text Example


Text Example

White with #ADC612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC612; }

 p { color: rgb(173,198,18); }

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

background-color css

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

 a { background-color: rgb(173,198,18); }

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

border-color css

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

 span { border-color: rgb(173,198,18); }

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