#ADC21E

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

Shades of Bahia #ADC21E

Tints of Bahia #ADC21E

Color information

#ADC21E (or 0xADC21E) is unknown color: approx Bahia. HEX triplet: AD, C2 and 1E. RGB value is (173,194,30). Sum of RGB (Red+Green+Blue) = 173+194+30=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC21E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC21E is #523DE1. Grayscale: #A9A9A9. Windows color (decimal): -5389794 or 2015917. OLE color: 2015917.

HSL color Cylindrical-coordinate representation of color #ADC21E: hue angle of 67.68º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADC21E is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB17319430-
CMYK0.1100.850.24
HSL67.68º73.21%43.92%-
HSV(B)67.68º84.54%76.08%-
XYZ36.7647.568.47-
YUV169.0249.54130.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.58%
GREEN value IS 194 (76.17% from 255) = 48.87%
BLUE value IS 30 (12.11% from 255) = 7.56%
R=43.58%
G=48.87%
B=7.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173194300.1100.850.2467.6873.2143.92
HexADC21EB0551844492c
Octal255302361301253010411154
Binary1010110111000010111101011010101011100010001001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC21E; }

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

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

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

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

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

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

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

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