Html Css Color HEX #ADCE2A Bahia

📋 copy color: '#ADCE2A'

red 173 ◦ green 206 ◦ blue 42

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

Shades of Bahia #ADCE2A

Tints of Bahia #ADCE2A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.93%

 BLUE value IS 42 (16.8% from 255) = 9.98%

R = 41.09%
G = 48.93%
B = 9.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#ADCE2A (or 0xADCE2A) is known color: Bahia. HEX triplet: AD, CE and 2A. RGB value is (173,206,42). Sum of RGB (Red+Green+Blue) = 173+206+42=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 42 (16.80% from 255 or 9.98% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE2A is #5231D5. Grayscale: #B2B2B2. Windows color (decimal): -5386710 or 2805421. OLE color: 2805421.

HSL color Cylindrical-coordinate representation of color #ADCE2A: hue angle of 72.07º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADCE2A is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 206 42 -
CMYK 0.16 0 0.80 0.19
HSL 72.07º 0.66% 0.49% -
HSV(B) 72.07º 0.8% 0.81% -
XYZ 39.72 53.19 10.36 -
YUV 177.44 51.57 124.84 -
System Red Green Blue C M Y K H S L
Decimal 173 206 42 0.16 0 0.80 0.19 72.07 0.66 0.49
Hex AD CE 2A 10 0 50 13 48 42 31
Octal 255 316 52 20 0 120 23 110 102 61
Binary 10101101 11001110 101010 10000 0 1010000 10011 1001000 1000010 110001

Color Harmonies of #ADCE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCE2A

Black with #ADCE2A

Text Example


Text Example

White with #ADCE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCE2A; }

 p { color: rgb(173,206,42); }

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

background-color css

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

 a { background-color: rgb(173,206,42); }

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

border-color css

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

 span { border-color: rgb(173,206,42); }

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