Html Css Color HEX #ADC52A Bahia

📋 copy color: '#ADC52A'

red 173 ◦ green 197 ◦ blue 42

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

Shades of Bahia #ADC52A

Tints of Bahia #ADC52A

RGB

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

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

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

R = 41.99%
G = 47.82%
B = 10.19%

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

#ADC52A (or 0xADC52A) is known color: Bahia. HEX triplet: AD, C5 and 2A. RGB value is (173,197,42). Sum of RGB (Red+Green+Blue) = 173+197+42=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC52A is #523AD5. Grayscale: #ACACAC. Windows color (decimal): -5389014 or 2803117. OLE color: 2803117.

HSL color Cylindrical-coordinate representation of color #ADC52A: hue angle of 69.29º 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 #ADC52A is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 197 42 -
CMYK 0.12 0 0.79 0.23
HSL 69.29º 0.65% 0.47% -
HSV(B) 69.29º 0.79% 0.77% -
XYZ 37.62 48.98 9.66 -
YUV 172.15 54.55 128.6 -
System Red Green Blue C M Y K H S L
Decimal 173 197 42 0.12 0 0.79 0.23 69.29 0.65 0.47
Hex AD C5 2A C 0 4F 17 45 41 2F
Octal 255 305 52 14 0 117 27 105 101 57
Binary 10101101 11000101 101010 1100 0 1001111 10111 1000101 1000001 101111

Color Harmonies of #ADC52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC52A

Black with #ADC52A

Text Example


Text Example

White with #ADC52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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