Html Css Color HEX #ADD124 Bahia

📋 copy color: '#ADD124'

red 173 ◦ green 209 ◦ blue 36

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

Shades of Bahia #ADD124

Tints of Bahia #ADD124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.61%

R = 41.39%
G = 50%
B = 8.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#ADD124 (or 0xADD124) is known color: Bahia. HEX triplet: AD, D1 and 24. RGB value is (173,209,36). Sum of RGB (Red+Green+Blue) = 173+209+36=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 209 (82.03% from 255 or 50% from 418); Blue value is 36 (14.45% from 255 or 8.61% from 418); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD124 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD124 is #522EDB. Grayscale: #B3B3B3. Windows color (decimal): -5385948 or 2412973. OLE color: 2412973.

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

Color convert

RGB 173 209 36 -
CMYK 0.17 0 0.83 0.18
HSL 72.49º 0.71% 0.48% -
HSV(B) 72.49º 0.83% 0.82% -
XYZ 40.35 54.61 10.08 -
YUV 178.51 47.57 124.07 -
System Red Green Blue C M Y K H S L
Decimal 173 209 36 0.17 0 0.83 0.18 72.49 0.71 0.48
Hex AD D1 24 11 0 53 12 48 47 30
Octal 255 321 44 21 0 123 22 110 107 60
Binary 10101101 11010001 100100 10001 0 1010011 10010 1001000 1000111 110000

Color Harmonies of #ADD124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD124

Black with #ADD124

Text Example


Text Example

White with #ADD124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD124; }

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

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

background-color css

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

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

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

border-color css

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

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

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