#ADC214

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

Shades of Bahia #ADC214

Tints of Bahia #ADC214

Color information

#ADC214 (or 0xADC214) is unknown color: approx Bahia. HEX triplet: AD, C2 and 14. RGB value is (173,194,20). Sum of RGB (Red+Green+Blue) = 173+194+20=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 194 (76.17% from 255 or 50.13% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC214 is #523DEB. Grayscale: #A8A8A8. Windows color (decimal): -5389804 or 1360557. OLE color: 1360557.

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

Color convert

RGB17319420-
CMYK0.1100.900.24
HSL67.24º81.31%41.96%-
HSV(B)67.24º89.69%76.08%-
XYZ36.6547.527.9-
YUV167.8844.54131.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.70%
GREEN value IS 194 (76.17% from 255) = 50.13%
BLUE value IS 20 (8.20% from 255) = 5.17%
R=44.70%
G=50.13%
B=5.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173194200.1100.900.2467.2481.3141.96
HexADC214B05A1843512a
Octal255302241301323010312152
Binary1010110111000010101001011010110101100010000111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC214; }

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

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

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

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

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

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

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

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