Html Css Color HEX #ADC125 Bahia

📋 copy color: '#ADC125'

red 173 ◦ green 193 ◦ blue 37

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

Shades of Bahia #ADC125

Tints of Bahia #ADC125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.18%

R = 42.93%
G = 47.89%
B = 9.18%

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

#ADC125 (or 0xADC125) is known color: Bahia. HEX triplet: AD, C1 and 25. RGB value is (173,193,37). Sum of RGB (Red+Green+Blue) = 173+193+37=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC125 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC125 is #523EDA. Grayscale: #A9A9A9. Windows color (decimal): -5390043 or 2474413. OLE color: 2474413.

HSL color Cylindrical-coordinate representation of color #ADC125: hue angle of 67.69º degrees, saturation: 0.68, 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 #ADC125 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 193 37 -
CMYK 0.10 0 0.81 0.24
HSL 67.69º 0.68% 0.45% -
HSV(B) 67.69º 0.81% 0.76% -
XYZ 36.64 47.16 8.92 -
YUV 169.24 53.37 130.68 -
System Red Green Blue C M Y K H S L
Decimal 173 193 37 0.10 0 0.81 0.24 67.69 0.68 0.45
Hex AD C1 25 A 0 51 18 44 44 2D
Octal 255 301 45 12 0 121 30 104 104 55
Binary 10101101 11000001 100101 1010 0 1010001 11000 1000100 1000100 101101

Color Harmonies of #ADC125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC125

Black with #ADC125

Text Example


Text Example

White with #ADC125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC125; }

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

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

background-color css

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

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

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

border-color css

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

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

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