Html Css Color HEX #ADC214 Bahia

📋 copy color: '#ADC214'

red 173 ◦ green 194 ◦ blue 20

#ADC214
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #ADC214

Tints of Bahia #ADC214

RGB

 RED value IS 173 (67.97% from 255) = 44.7%

 GREEN value IS 194 (76.17% from 255) = 50.13%

 BLUE value IS 20 (8.2% from 255) = 5.17%

R = 44.7%
G = 50.13%
B = 5.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#ADC214 (or 0xADC214) is known color: 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

RGB 173 194 20 -
CMYK 0.11 0 0.90 0.24
HSL 67.24º 0.81% 0.42% -
HSV(B) 67.24º 0.9% 0.76% -
XYZ 36.65 47.52 7.9 -
YUV 167.89 44.54 131.65 -
System Red Green Blue C M Y K H S L
Decimal 173 194 20 0.11 0 0.90 0.24 67.24 0.81 0.42
Hex AD C2 14 B 0 5A 18 43 51 2A
Octal 255 302 24 13 0 132 30 103 121 52
Binary 10101101 11000010 10100 1011 0 1011010 11000 1000011 1010001 101010

Color Harmonies of #ADC214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC214

Black with #ADC214

Text Example


Text Example

White with #ADC214

Text Example


Text Example

HTML Codes & Css Web 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>