Html Css Color HEX #ADC51E Bahia

📋 copy color: '#ADC51E'

red 173 ◦ green 197 ◦ blue 30

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

Shades of Bahia #ADC51E

Tints of Bahia #ADC51E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.25%

 BLUE value IS 30 (12.11% from 255) = 7.5%

R = 43.25%
G = 49.25%
B = 7.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#ADC51E (or 0xADC51E) is known color: Bahia. HEX triplet: AD, C5 and 1E. RGB value is (173,197,30). Sum of RGB (Red+Green+Blue) = 173+197+30=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 197 (77.34% from 255 or 49.25% from 400); Blue value is 30 (12.11% from 255 or 7.5% from 400); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC51E is #523AE1. Grayscale: #ABABAB. Windows color (decimal): -5389026 or 2016685. OLE color: 2016685.

HSL color Cylindrical-coordinate representation of color #ADC51E: hue angle of 68.62º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADC51E is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 197 30 -
CMYK 0.12 0 0.85 0.23
HSL 68.62º 0.74% 0.45% -
HSV(B) 68.62º 0.85% 0.77% -
XYZ 37.43 48.91 8.7 -
YUV 170.79 48.55 129.58 -
System Red Green Blue C M Y K H S L
Decimal 173 197 30 0.12 0 0.85 0.23 68.62 0.74 0.45
Hex AD C5 1E C 0 55 17 45 4A 2D
Octal 255 305 36 14 0 125 27 105 112 55
Binary 10101101 11000101 11110 1100 0 1010101 10111 1000101 1001010 101101

Color Harmonies of #ADC51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC51E

Black with #ADC51E

Text Example


Text Example

White with #ADC51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC51E; }

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

 H1.HeaderClassName
 {
   color: #ADC51E;
 }
 .AnyTagClassName
 {
   color: #ADC51E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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