Html Css Color HEX #ADC12D Bahia

📋 copy color: '#ADC12D'

red 173 ◦ green 193 ◦ blue 45

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

Shades of Bahia #ADC12D

Tints of Bahia #ADC12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.95%

R = 42.09%
G = 46.96%
B = 10.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#ADC12D (or 0xADC12D) is known color: Bahia. HEX triplet: AD, C1 and 2D. RGB value is (173,193,45). Sum of RGB (Red+Green+Blue) = 173+193+45=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC12D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC12D is #523ED2. Grayscale: #AAAAAA. Windows color (decimal): -5390035 or 2998701. OLE color: 2998701.

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

Color convert

RGB 173 193 45 -
CMYK 0.10 0 0.77 0.24
HSL 68.11º 0.62% 0.47% -
HSV(B) 68.11º 0.77% 0.76% -
XYZ 36.78 47.21 9.66 -
YUV 170.15 57.37 130.03 -
System Red Green Blue C M Y K H S L
Decimal 173 193 45 0.10 0 0.77 0.24 68.11 0.62 0.47
Hex AD C1 2D A 0 4D 18 44 3E 2F
Octal 255 301 55 12 0 115 30 104 76 57
Binary 10101101 11000001 101101 1010 0 1001101 11000 1000100 111110 101111

Color Harmonies of #ADC12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC12D

Black with #ADC12D

Text Example


Text Example

White with #ADC12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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