Html Css Color HEX #ADC124 Bahia

📋 copy color: '#ADC124'

red 173 ◦ green 193 ◦ blue 36

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

Shades of Bahia #ADC124

Tints of Bahia #ADC124

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.01%

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

R = 43.03%
G = 48.01%
B = 8.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#ADC124 (or 0xADC124) is known color: Bahia. HEX triplet: AD, C1 and 24. RGB value is (173,193,36). Sum of RGB (Red+Green+Blue) = 173+193+36=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC124 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC124 is #523EDB. Grayscale: #A9A9A9. Windows color (decimal): -5390044 or 2408877. OLE color: 2408877.

HSL color Cylindrical-coordinate representation of color #ADC124: hue angle of 67.64º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADC124 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 193 36 -
CMYK 0.10 0 0.81 0.24
HSL 67.64º 0.69% 0.45% -
HSV(B) 67.64º 0.81% 0.76% -
XYZ 36.62 47.15 8.84 -
YUV 169.12 52.87 130.77 -
System Red Green Blue C M Y K H S L
Decimal 173 193 36 0.10 0 0.81 0.24 67.64 0.69 0.45
Hex AD C1 24 A 0 51 18 44 45 2D
Octal 255 301 44 12 0 121 30 104 105 55
Binary 10101101 11000001 100100 1010 0 1010001 11000 1000100 1000101 101101

Color Harmonies of #ADC124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC124

Black with #ADC124

Text Example


Text Example

White with #ADC124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC124; }

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

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

background-color css

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

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

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

border-color css

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

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

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