Html Css Color HEX #ADC22A Bahia

📋 copy color: '#ADC22A'

red 173 ◦ green 194 ◦ blue 42

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

Shades of Bahia #ADC22A

Tints of Bahia #ADC22A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.43%

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

R = 42.3%
G = 47.43%
B = 10.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#ADC22A (or 0xADC22A) is known color: Bahia. HEX triplet: AD, C2 and 2A. RGB value is (173,194,42). Sum of RGB (Red+Green+Blue) = 173+194+42=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC22A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC22A is #523DD5. Grayscale: #AAAAAA. Windows color (decimal): -5389782 or 2802349. OLE color: 2802349.

HSL color Cylindrical-coordinate representation of color #ADC22A: hue angle of 68.29º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADC22A is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 194 42 -
CMYK 0.11 0 0.78 0.24
HSL 68.29º 0.64% 0.46% -
HSV(B) 68.29º 0.78% 0.76% -
XYZ 36.94 47.63 9.44 -
YUV 170.39 55.54 129.86 -
System Red Green Blue C M Y K H S L
Decimal 173 194 42 0.11 0 0.78 0.24 68.29 0.64 0.46
Hex AD C2 2A B 0 4E 18 44 40 2E
Octal 255 302 52 13 0 116 30 104 100 56
Binary 10101101 11000010 101010 1011 0 1001110 11000 1000100 1000000 101110

Color Harmonies of #ADC22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC22A

Black with #ADC22A

Text Example


Text Example

White with #ADC22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC22A; }

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

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

background-color css

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

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

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

border-color css

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

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

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