#ADC112

Color #ADC112 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #ADC112

Tints of Bahia #ADC112

Color information

#ADC112 (or 0xADC112) is unknown color: approx Bahia. HEX triplet: AD, C1 and 12. RGB value is (173,193,18). Sum of RGB (Red+Green+Blue) = 173+193+18=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC112 is #523EED. Grayscale: #A7A7A7. Windows color (decimal): -5390062 or 1229229. OLE color: 1229229.

HSL color Cylindrical-coordinate representation of color #ADC112: hue angle of 66.86º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADC112 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB17319318-
CMYK0.1000.910.24
HSL66.86º82.94%41.37%-
HSV(B)66.86º90.67%75.69%-
XYZ36.4147.077.74-
YUV167.0743.87132.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.05%
GREEN value IS 193 (75.78% from 255) = 50.26%
BLUE value IS 18 (7.42% from 255) = 4.69%
R=45.05%
G=50.26%
B=4.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173193180.1000.910.2466.8682.9441.37
HexADC112A05B18435329
Octal255301221201333010312351
Binary1010110111000001100101010010110111100010000111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC112; }

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

 H1.HeaderClassName
 {
   color: #ADC112;
 }
 .AnyTagClassName
 {
   color: #ADC112;
 }
</style>
background-color css

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

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

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

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

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

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