#ADCD18

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

Shades of Bahia #ADCD18

Tints of Bahia #ADCD18

Color information

#ADCD18 (or 0xADCD18) is unknown color: approx Bahia. HEX triplet: AD, CD and 18. RGB value is (173,205,24). Sum of RGB (Red+Green+Blue) = 173+205+24=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 24 (9.77% from 255 or 5.97% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCD18 is #5232E7. Grayscale: #AFAFAF. Windows color (decimal): -5386984 or 1625517. OLE color: 1625517.

HSL color Cylindrical-coordinate representation of color #ADCD18: hue angle of 70.61º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADCD18 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB17320524-
CMYK0.1600.880.20
HSL70.61º79.04%44.9%-
HSV(B)70.61º88.29%80.39%-
XYZ39.2352.618.95-
YUV174.842.9126.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.03%
GREEN value IS 205 (80.47% from 255) = 51.00%
BLUE value IS 24 (9.77% from 255) = 5.97%
R=43.03%
G=51.00%
B=5.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal173205240.1600.880.2070.6179.0444.9
HexADCD181005814474f2d
Octal255315302001302410711755
Binary10101101110011011100010000010110001010010001111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCD18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCD18; }

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

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

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

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

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

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

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

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