Html Css Color HEX #ADC115 Bahia

📋 copy color: '#ADC115'

red 173 ◦ green 193 ◦ blue 21

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

Shades of Bahia #ADC115

Tints of Bahia #ADC115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.43%

R = 44.7%
G = 49.87%
B = 5.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#ADC115 (or 0xADC115) is known color: Bahia. HEX triplet: AD, C1 and 15. RGB value is (173,193,21). Sum of RGB (Red+Green+Blue) = 173+193+21=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 193 (75.78% from 255 or 49.87% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC115 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC115 is #523EEA. Grayscale: #A8A8A8. Windows color (decimal): -5390059 or 1425837. OLE color: 1425837.

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

Color convert

RGB 173 193 21 -
CMYK 0.10 0 0.89 0.24
HSL 66.98º 0.8% 0.42% -
HSV(B) 66.98º 0.89% 0.76% -
XYZ 36.44 47.08 7.88 -
YUV 167.41 45.37 131.99 -
System Red Green Blue C M Y K H S L
Decimal 173 193 21 0.10 0 0.89 0.24 66.98 0.8 0.42
Hex AD C1 15 A 0 59 18 43 50 2A
Octal 255 301 25 12 0 131 30 103 120 52
Binary 10101101 11000001 10101 1010 0 1011001 11000 1000011 1010000 101010

Color Harmonies of #ADC115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC115

Black with #ADC115

Text Example


Text Example

White with #ADC115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC115; }

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

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

background-color css

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

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

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

border-color css

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

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

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