#ADC518

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

Shades of Bahia #ADC518

Tints of Bahia #ADC518

Color information

#ADC518 (or 0xADC518) is unknown color: approx 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

RGB17319724-
CMYK0.1200.880.23
HSL68.32º78.28%43.33%-
HSV(B)68.32º87.82%77.25%-
XYZ37.3648.888.33-
YUV170.145.55130.07-

RGB Variations

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

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 (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal173197240.1200.880.2368.3278.2843.33
HexADC518C05817444e2b
Octal255305301401302710411653
Binary1010110111000101110001100010110001011110001001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>