Html Css Color HEX #ADC41E Bahia

📋 copy color: '#ADC41E'

red 173 ◦ green 196 ◦ blue 30

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

Shades of Bahia #ADC41E

Tints of Bahia #ADC41E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.12%

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

R = 43.36%
G = 49.12%
B = 7.52%

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

#ADC41E (or 0xADC41E) is known color: Bahia. HEX triplet: AD, C4 and 1E. RGB value is (173,196,30). Sum of RGB (Red+Green+Blue) = 173+196+30=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 196 (76.95% from 255 or 49.12% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC41E is #523BE1. Grayscale: #AAAAAA. Windows color (decimal): -5389282 or 2016429. OLE color: 2016429.

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

Color convert

RGB 173 196 30 -
CMYK 0.12 0 0.85 0.23
HSL 68.31º 0.73% 0.44% -
HSV(B) 68.31º 0.85% 0.77% -
XYZ 37.21 48.46 8.62 -
YUV 170.2 48.88 130 -
System Red Green Blue C M Y K H S L
Decimal 173 196 30 0.12 0 0.85 0.23 68.31 0.73 0.44
Hex AD C4 1E C 0 55 17 44 49 2C
Octal 255 304 36 14 0 125 27 104 111 54
Binary 10101101 11000100 11110 1100 0 1010101 10111 1000100 1001001 101100

Color Harmonies of #ADC41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC41E

Black with #ADC41E

Text Example


Text Example

White with #ADC41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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