Html Css Color HEX #ADC128 Bahia

📋 copy color: '#ADC128'

red 173 ◦ green 193 ◦ blue 40

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

Shades of Bahia #ADC128

Tints of Bahia #ADC128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.85%

R = 42.61%
G = 47.54%
B = 9.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#ADC128 (or 0xADC128) is known color: Bahia. HEX triplet: AD, C1 and 28. RGB value is (173,193,40). Sum of RGB (Red+Green+Blue) = 173+193+40=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC128 is #523ED7. Grayscale: #AAAAAA. Windows color (decimal): -5390040 or 2671021. OLE color: 2671021.

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

Color convert

RGB 173 193 40 -
CMYK 0.10 0 0.79 0.24
HSL 67.84º 0.66% 0.46% -
HSV(B) 67.84º 0.79% 0.76% -
XYZ 36.69 47.18 9.18 -
YUV 169.58 54.87 130.44 -
System Red Green Blue C M Y K H S L
Decimal 173 193 40 0.10 0 0.79 0.24 67.84 0.66 0.46
Hex AD C1 28 A 0 4F 18 44 42 2E
Octal 255 301 50 12 0 117 30 104 102 56
Binary 10101101 11000001 101000 1010 0 1001111 11000 1000100 1000010 101110

Color Harmonies of #ADC128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC128

Black with #ADC128

Text Example


Text Example

White with #ADC128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC128; }

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

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

background-color css

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

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

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

border-color css

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

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

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