Html Css Color HEX #ADD120 Bahia

📋 copy color: '#ADD120'

red 173 ◦ green 209 ◦ blue 32

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

Shades of Bahia #ADD120

Tints of Bahia #ADD120

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.48%

 BLUE value IS 32 (12.89% from 255) = 7.73%

R = 41.79%
G = 50.48%
B = 7.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#ADD120 (or 0xADD120) is known color: Bahia. HEX triplet: AD, D1 and 20. RGB value is (173,209,32). Sum of RGB (Red+Green+Blue) = 173+209+32=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 209 (82.03% from 255 or 50.48% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD120 is #522EDF. Grayscale: #B2B2B2. Windows color (decimal): -5385952 or 2150829. OLE color: 2150829.

HSL color Cylindrical-coordinate representation of color #ADD120: hue angle of 72.2º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADD120 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 209 32 -
CMYK 0.17 0 0.85 0.18
HSL 72.2º 0.73% 0.47% -
HSV(B) 72.2º 0.85% 0.82% -
XYZ 40.29 54.59 9.78 -
YUV 178.06 45.57 124.39 -
System Red Green Blue C M Y K H S L
Decimal 173 209 32 0.17 0 0.85 0.18 72.2 0.73 0.47
Hex AD D1 20 11 0 55 12 48 49 2F
Octal 255 321 40 21 0 125 22 110 111 57
Binary 10101101 11010001 100000 10001 0 1010101 10010 1001000 1001001 101111

Color Harmonies of #ADD120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD120

Black with #ADD120

Text Example


Text Example

White with #ADD120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD120; }

 p { color: rgb(173,209,32); }

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

background-color css

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

 a { background-color: rgb(173,209,32); }

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

border-color css

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

 span { border-color: rgb(173,209,32); }

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