Html Css Color HEX #ADA200 Lucky

📋 copy color: '#ADA200'

red 173 ◦ green 162 ◦ blue 0

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

Shades of Lucky #ADA200

Tints of Lucky #ADA200

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.64%
G = 48.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#ADA200 (or 0xADA200) is known color: Lucky. HEX triplet: AD, A2 and 00. RGB value is (173,162,0). Sum of RGB (Red+Green+Blue) = 173+162+0=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA200 is #525DFF. Grayscale: #939393. Windows color (decimal): -5398016 or 41645. OLE color: 41645.

HSL color Cylindrical-coordinate representation of color #ADA200: hue angle of 56.18º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADA200 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 162 0 -
CMYK 0 0.06 1 0.32
HSL 56.18º 1% 0.34% -
HSV(B) 56.18º 1% 0.68% -
XYZ 30.15 34.72 5.11 -
YUV 146.82 45.14 146.67 -
System Red Green Blue C M Y K H S L
Decimal 173 162 0 0 0.06 1 0.32 56.18 1 0.34
Hex AD A2 0 0 6 64 20 38 64 22
Octal 255 242 0 0 6 144 40 70 144 42
Binary 10101101 10100010 0 0 110 1100100 100000 111000 1100100 100010

Color Harmonies of #ADA200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA200

Black with #ADA200

Text Example


Text Example

White with #ADA200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA200; }

 p { color: rgb(173,162,0); }

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

background-color css

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

 a { background-color: rgb(173,162,0); }

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

border-color css

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

 span { border-color: rgb(173,162,0); }

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