Html Css Color HEX #A2AD12 Citrus

📋 copy color: '#A2AD12'

red 162 ◦ green 173 ◦ blue 18

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

Shades of Citrus #A2AD12

Tints of Citrus #A2AD12

RGB

 RED value IS 162 (63.67% from 255) = 45.89%

 GREEN value IS 173 (67.97% from 255) = 49.01%

 BLUE value IS 18 (7.42% from 255) = 5.1%

R = 45.89%
G = 49.01%
B = 5.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#A2AD12 (or 0xA2AD12) is known color: Citrus. HEX triplet: A2, AD and 12. RGB value is (162,173,18). Sum of RGB (Red+Green+Blue) = 162+173+18=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 173 (67.97% from 255 or 49.01% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AD12 is #5D52ED. Grayscale: #989898. Windows color (decimal): -6116078 or 1224098. OLE color: 1224098.

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

Color convert

RGB 162 173 18 -
CMYK 0.06 0 0.90 0.32
HSL 64.26º 0.81% 0.37% -
HSV(B) 64.26º 0.9% 0.68% -
XYZ 29.95 37.61 6.25 -
YUV 152.04 52.36 135.1 -
System Red Green Blue C M Y K H S L
Decimal 162 173 18 0.06 0 0.90 0.32 64.26 0.81 0.37
Hex A2 AD 12 6 0 5A 20 40 51 25
Octal 242 255 22 6 0 132 40 100 121 45
Binary 10100010 10101101 10010 110 0 1011010 100000 1000000 1010001 100101

Color Harmonies of #A2AD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AD12

Black with #A2AD12

Text Example


Text Example

White with #A2AD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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