Html Css Color HEX #ADD129 Bahia

📋 copy color: '#ADD129'

red 173 ◦ green 209 ◦ blue 41

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

Shades of Bahia #ADD129

Tints of Bahia #ADD129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.69%

R = 40.9%
G = 49.41%
B = 9.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#ADD129 (or 0xADD129) is known color: Bahia. HEX triplet: AD, D1 and 29. RGB value is (173,209,41). Sum of RGB (Red+Green+Blue) = 173+209+41=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 209 (82.03% from 255 or 49.41% from 423); Blue value is 41 (16.41% from 255 or 9.69% from 423); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD129 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD129 is #522ED6. Grayscale: #B3B3B3. Windows color (decimal): -5385943 or 2740653. OLE color: 2740653.

HSL color Cylindrical-coordinate representation of color #ADD129: hue angle of 72.86º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADD129 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 209 41 -
CMYK 0.17 0 0.80 0.18
HSL 72.86º 0.67% 0.49% -
HSV(B) 72.86º 0.8% 0.82% -
XYZ 40.43 54.65 10.51 -
YUV 179.08 50.07 123.66 -
System Red Green Blue C M Y K H S L
Decimal 173 209 41 0.17 0 0.80 0.18 72.86 0.67 0.49
Hex AD D1 29 11 0 50 12 49 43 31
Octal 255 321 51 21 0 120 22 111 103 61
Binary 10101101 11010001 101001 10001 0 1010000 10010 1001001 1000011 110001

Color Harmonies of #ADD129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD129

Black with #ADD129

Text Example


Text Example

White with #ADD129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD129; }

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

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

background-color css

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

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

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

border-color css

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

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

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