Html Css Color HEX #ADCA1E Bahia

📋 copy color: '#ADCA1E'

red 173 ◦ green 202 ◦ blue 30

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

Shades of Bahia #ADCA1E

Tints of Bahia #ADCA1E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.88%

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

R = 42.72%
G = 49.88%
B = 7.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#ADCA1E (or 0xADCA1E) is known color: Bahia. HEX triplet: AD, CA and 1E. RGB value is (173,202,30). Sum of RGB (Red+Green+Blue) = 173+202+30=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCA1E is #5235E1. Grayscale: #AEAEAE. Windows color (decimal): -5387746 or 2017965. OLE color: 2017965.

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

Color convert

RGB 173 202 30 -
CMYK 0.14 0 0.85 0.21
HSL 70.12º 0.74% 0.45% -
HSV(B) 70.12º 0.85% 0.79% -
XYZ 38.59 51.22 9.08 -
YUV 173.72 46.89 127.49 -
System Red Green Blue C M Y K H S L
Decimal 173 202 30 0.14 0 0.85 0.21 70.12 0.74 0.45
Hex AD CA 1E E 0 55 15 46 4A 2D
Octal 255 312 36 16 0 125 25 106 112 55
Binary 10101101 11001010 11110 1110 0 1010101 10101 1000110 1001010 101101

Color Harmonies of #ADCA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCA1E

Black with #ADCA1E

Text Example


Text Example

White with #ADCA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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