Html Css Color HEX #ADC52E Bahia

📋 copy color: '#ADC52E'

red 173 ◦ green 197 ◦ blue 46

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

Shades of Bahia #ADC52E

Tints of Bahia #ADC52E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.36%

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

R = 41.59%
G = 47.36%
B = 11.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#ADC52E (or 0xADC52E) is known color: Bahia. HEX triplet: AD, C5 and 2E. RGB value is (173,197,46). Sum of RGB (Red+Green+Blue) = 173+197+46=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC52E is #523AD1. Grayscale: #ADADAD. Windows color (decimal): -5389010 or 3065261. OLE color: 3065261.

HSL color Cylindrical-coordinate representation of color #ADC52E: hue angle of 69.54º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADC52E is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 197 46 -
CMYK 0.12 0 0.77 0.23
HSL 69.54º 0.62% 0.48% -
HSV(B) 69.54º 0.77% 0.77% -
XYZ 37.69 49.01 10.06 -
YUV 172.61 56.55 128.28 -
System Red Green Blue C M Y K H S L
Decimal 173 197 46 0.12 0 0.77 0.23 69.54 0.62 0.48
Hex AD C5 2E C 0 4D 17 46 3E 30
Octal 255 305 56 14 0 115 27 106 76 60
Binary 10101101 11000101 101110 1100 0 1001101 10111 1000110 111110 110000

Color Harmonies of #ADC52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC52E

Black with #ADC52E

Text Example


Text Example

White with #ADC52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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