Html Css Color HEX #ADC425 Bahia

📋 copy color: '#ADC425'

red 173 ◦ green 196 ◦ blue 37

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

Shades of Bahia #ADC425

Tints of Bahia #ADC425

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.28%

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

R = 42.61%
G = 48.28%
B = 9.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#ADC425 (or 0xADC425) is known color: Bahia. HEX triplet: AD, C4 and 25. RGB value is (173,196,37). Sum of RGB (Red+Green+Blue) = 173+196+37=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 37 (14.84% from 255 or 9.11% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC425 is #523BDA. Grayscale: #ABABAB. Windows color (decimal): -5389275 or 2475181. OLE color: 2475181.

HSL color Cylindrical-coordinate representation of color #ADC425: hue angle of 68.68º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADC425 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 196 37 -
CMYK 0.12 0 0.81 0.23
HSL 68.68º 0.68% 0.46% -
HSV(B) 68.68º 0.81% 0.77% -
XYZ 37.31 48.5 9.14 -
YUV 171 52.38 129.43 -
System Red Green Blue C M Y K H S L
Decimal 173 196 37 0.12 0 0.81 0.23 68.68 0.68 0.46
Hex AD C4 25 C 0 51 17 45 44 2E
Octal 255 304 45 14 0 121 27 105 104 56
Binary 10101101 11000100 100101 1100 0 1010001 10111 1000101 1000100 101110

Color Harmonies of #ADC425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC425

Black with #ADC425

Text Example


Text Example

White with #ADC425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC425; }

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

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

background-color css

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

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

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

border-color css

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

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

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