Html Css Color HEX #ADD020 Bahia

📋 copy color: '#ADD020'

red 173 ◦ green 208 ◦ blue 32

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

Shades of Bahia #ADD020

Tints of Bahia #ADD020

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.36%

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

R = 41.89%
G = 50.36%
B = 7.75%

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

#ADD020 (or 0xADD020) is known color: Bahia. HEX triplet: AD, D0 and 20. RGB value is (173,208,32). Sum of RGB (Red+Green+Blue) = 173+208+32=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 32 (12.89% from 255 or 7.75% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD020 is #522FDF. Grayscale: #B2B2B2. Windows color (decimal): -5386208 or 2150573. OLE color: 2150573.

HSL color Cylindrical-coordinate representation of color #ADD020: hue angle of 71.93º 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 #ADD020 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 208 32 -
CMYK 0.17 0 0.85 0.18
HSL 71.93º 0.73% 0.47% -
HSV(B) 71.93º 0.85% 0.82% -
XYZ 40.05 54.1 9.7 -
YUV 177.47 45.9 124.81 -
System Red Green Blue C M Y K H S L
Decimal 173 208 32 0.17 0 0.85 0.18 71.93 0.73 0.47
Hex AD D0 20 11 0 55 12 48 49 2F
Octal 255 320 40 21 0 125 22 110 111 57
Binary 10101101 11010000 100000 10001 0 1010101 10010 1001000 1001001 101111

Color Harmonies of #ADD020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD020

Black with #ADD020

Text Example


Text Example

White with #ADD020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD020; }

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

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

background-color css

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

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

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

border-color css

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

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

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