Html Css Color HEX #ADC62A Bahia

📋 copy color: '#ADC62A'

red 173 ◦ green 198 ◦ blue 42

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

Shades of Bahia #ADC62A

Tints of Bahia #ADC62A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.94%

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

R = 41.89%
G = 47.94%
B = 10.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#ADC62A (or 0xADC62A) is known color: Bahia. HEX triplet: AD, C6 and 2A. RGB value is (173,198,42). Sum of RGB (Red+Green+Blue) = 173+198+42=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC62A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC62A is #5239D5. Grayscale: #ADADAD. Windows color (decimal): -5388758 or 2803373. OLE color: 2803373.

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

Color convert

RGB 173 198 42 -
CMYK 0.13 0 0.79 0.22
HSL 69.62º 0.65% 0.47% -
HSV(B) 69.62º 0.79% 0.78% -
XYZ 37.85 49.44 9.74 -
YUV 172.74 54.22 128.18 -
System Red Green Blue C M Y K H S L
Decimal 173 198 42 0.13 0 0.79 0.22 69.62 0.65 0.47
Hex AD C6 2A D 0 4F 16 46 41 2F
Octal 255 306 52 15 0 117 26 106 101 57
Binary 10101101 11000110 101010 1101 0 1001111 10110 1000110 1000001 101111

Color Harmonies of #ADC62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC62A

Black with #ADC62A

Text Example


Text Example

White with #ADC62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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