Html Css Color HEX #ADC22D Bahia

📋 copy color: '#ADC22D'

red 173 ◦ green 194 ◦ blue 45

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

Shades of Bahia #ADC22D

Tints of Bahia #ADC22D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.92%

R = 41.99%
G = 47.09%
B = 10.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#ADC22D (or 0xADC22D) is known color: Bahia. HEX triplet: AD, C2 and 2D. RGB value is (173,194,45). Sum of RGB (Red+Green+Blue) = 173+194+45=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC22D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC22D is #523DD2. Grayscale: #ABABAB. Windows color (decimal): -5389779 or 2998957. OLE color: 2998957.

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

Color convert

RGB 173 194 45 -
CMYK 0.11 0 0.77 0.24
HSL 68.46º 0.62% 0.47% -
HSV(B) 68.46º 0.77% 0.76% -
XYZ 37 47.66 9.73 -
YUV 170.74 57.04 129.62 -
System Red Green Blue C M Y K H S L
Decimal 173 194 45 0.11 0 0.77 0.24 68.46 0.62 0.47
Hex AD C2 2D B 0 4D 18 44 3E 2F
Octal 255 302 55 13 0 115 30 104 76 57
Binary 10101101 11000010 101101 1011 0 1001101 11000 1000100 111110 101111

Color Harmonies of #ADC22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC22D

Black with #ADC22D

Text Example


Text Example

White with #ADC22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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