Html Css Color HEX #ADC61E Bahia

📋 copy color: '#ADC61E'

red 173 ◦ green 198 ◦ blue 30

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

Shades of Bahia #ADC61E

Tints of Bahia #ADC61E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.38%

 BLUE value IS 30 (12.11% from 255) = 7.48%

R = 43.14%
G = 49.38%
B = 7.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#ADC61E (or 0xADC61E) is known color: Bahia. HEX triplet: AD, C6 and 1E. RGB value is (173,198,30). Sum of RGB (Red+Green+Blue) = 173+198+30=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC61E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC61E is #5239E1. Grayscale: #ACACAC. Windows color (decimal): -5388770 or 2016941. OLE color: 2016941.

HSL color Cylindrical-coordinate representation of color #ADC61E: hue angle of 68.93º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADC61E is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 198 30 -
CMYK 0.13 0 0.85 0.22
HSL 68.93º 0.74% 0.45% -
HSV(B) 68.93º 0.85% 0.78% -
XYZ 37.66 49.37 8.77 -
YUV 171.37 48.22 129.16 -
System Red Green Blue C M Y K H S L
Decimal 173 198 30 0.13 0 0.85 0.22 68.93 0.74 0.45
Hex AD C6 1E D 0 55 16 45 4A 2D
Octal 255 306 36 15 0 125 26 105 112 55
Binary 10101101 11000110 11110 1101 0 1010101 10110 1000101 1001010 101101

Color Harmonies of #ADC61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC61E

Black with #ADC61E

Text Example


Text Example

White with #ADC61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC61E; }

 p { color: rgb(173,198,30); }

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

background-color css

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

 a { background-color: rgb(173,198,30); }

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

border-color css

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

 span { border-color: rgb(173,198,30); }

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