Html Css Color HEX #ADC42A Bahia

📋 copy color: '#ADC42A'

red 173 ◦ green 196 ◦ blue 42

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

Shades of Bahia #ADC42A

Tints of Bahia #ADC42A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.22%

R = 42.09%
G = 47.69%
B = 10.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#ADC42A (or 0xADC42A) is known color: Bahia. HEX triplet: AD, C4 and 2A. RGB value is (173,196,42). Sum of RGB (Red+Green+Blue) = 173+196+42=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 42 (16.80% from 255 or 10.22% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC42A is #523BD5. Grayscale: #ACACAC. Windows color (decimal): -5389270 or 2802861. OLE color: 2802861.

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

Color convert

RGB 173 196 42 -
CMYK 0.12 0 0.79 0.23
HSL 68.96º 0.65% 0.47% -
HSV(B) 68.96º 0.79% 0.77% -
XYZ 37.39 48.53 9.59 -
YUV 171.57 54.88 129.02 -
System Red Green Blue C M Y K H S L
Decimal 173 196 42 0.12 0 0.79 0.23 68.96 0.65 0.47
Hex AD C4 2A C 0 4F 17 45 41 2F
Octal 255 304 52 14 0 117 27 105 101 57
Binary 10101101 11000100 101010 1100 0 1001111 10111 1000101 1000001 101111

Color Harmonies of #ADC42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC42A

Black with #ADC42A

Text Example


Text Example

White with #ADC42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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