Html Css Color HEX #A2AC0E Citrus

📋 copy color: '#A2AC0E'

red 162 ◦ green 172 ◦ blue 14

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

Shades of Citrus #A2AC0E

Tints of Citrus #A2AC0E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.43%

 BLUE value IS 14 (5.86% from 255) = 4.02%

R = 46.55%
G = 49.43%
B = 4.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#A2AC0E (or 0xA2AC0E) is known color: Citrus. HEX triplet: A2, AC and 0E. RGB value is (162,172,14). Sum of RGB (Red+Green+Blue) = 162+172+14=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AC0E is #5D53F1. Grayscale: #979797. Windows color (decimal): -6116338 or 961698. OLE color: 961698.

HSL color Cylindrical-coordinate representation of color #A2AC0E: hue angle of 63.8º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2AC0E is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 172 14 -
CMYK 0.06 0 0.92 0.33
HSL 63.8º 0.85% 0.36% -
HSV(B) 63.8º 0.92% 0.67% -
XYZ 29.73 37.22 6.03 -
YUV 151 50.69 135.85 -
System Red Green Blue C M Y K H S L
Decimal 162 172 14 0.06 0 0.92 0.33 63.8 0.85 0.36
Hex A2 AC E 6 0 5C 21 40 55 24
Octal 242 254 16 6 0 134 41 100 125 44
Binary 10100010 10101100 1110 110 0 1011100 100001 1000000 1010101 100100

Color Harmonies of #A2AC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AC0E

Black with #A2AC0E

Text Example


Text Example

White with #A2AC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AC0E; }

 p { color: rgb(162,172,14); }

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

background-color css

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

 a { background-color: rgb(162,172,14); }

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

border-color css

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

 span { border-color: rgb(162,172,14); }

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