Html Css Color HEX #ADC60E Bahia

📋 copy color: '#ADC60E'

red 173 ◦ green 198 ◦ blue 14

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

Shades of Bahia #ADC60E

Tints of Bahia #ADC60E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.64%

R = 44.94%
G = 51.43%
B = 3.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#ADC60E (or 0xADC60E) is known color: Bahia. HEX triplet: AD, C6 and 0E. RGB value is (173,198,14). Sum of RGB (Red+Green+Blue) = 173+198+14=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 198 (77.73% from 255 or 51.43% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC60E is #5239F1. Grayscale: #AAAAAA. Windows color (decimal): -5388786 or 968365. OLE color: 968365.

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

Color convert

RGB 173 198 14 -
CMYK 0.13 0 0.93 0.22
HSL 68.15º 0.87% 0.42% -
HSV(B) 68.15º 0.93% 0.78% -
XYZ 37.51 49.3 7.96 -
YUV 169.55 40.22 130.46 -
System Red Green Blue C M Y K H S L
Decimal 173 198 14 0.13 0 0.93 0.22 68.15 0.87 0.42
Hex AD C6 E D 0 5D 16 44 57 2A
Octal 255 306 16 15 0 135 26 104 127 52
Binary 10101101 11000110 1110 1101 0 1011101 10110 1000100 1010111 101010

Color Harmonies of #ADC60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC60E

Black with #ADC60E

Text Example


Text Example

White with #ADC60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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