Html Css Color HEX #ADC82E Bahia

📋 copy color: '#ADC82E'

red 173 ◦ green 200 ◦ blue 46

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

Shades of Bahia #ADC82E

Tints of Bahia #ADC82E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.73%

 BLUE value IS 46 (18.36% from 255) = 10.98%

R = 41.29%
G = 47.73%
B = 10.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#ADC82E (or 0xADC82E) is known color: Bahia. HEX triplet: AD, C8 and 2E. RGB value is (173,200,46). Sum of RGB (Red+Green+Blue) = 173+200+46=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 46 (18.36% from 255 or 10.98% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC82E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC82E is #5237D1. Grayscale: #AEAEAE. Windows color (decimal): -5388242 or 3066029. OLE color: 3066029.

HSL color Cylindrical-coordinate representation of color #ADC82E: hue angle of 70.52º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADC82E is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 200 46 -
CMYK 0.14 0 0.77 0.22
HSL 70.52º 0.63% 0.48% -
HSV(B) 70.52º 0.77% 0.78% -
XYZ 38.38 50.39 10.29 -
YUV 174.37 55.55 127.02 -
System Red Green Blue C M Y K H S L
Decimal 173 200 46 0.14 0 0.77 0.22 70.52 0.63 0.48
Hex AD C8 2E E 0 4D 16 47 3F 30
Octal 255 310 56 16 0 115 26 107 77 60
Binary 10101101 11001000 101110 1110 0 1001101 10110 1000111 111111 110000

Color Harmonies of #ADC82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC82E

Black with #ADC82E

Text Example


Text Example

White with #ADC82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC82E; }

 p { color: rgb(173,200,46); }

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

background-color css

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

 a { background-color: rgb(173,200,46); }

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

border-color css

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

 span { border-color: rgb(173,200,46); }

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