Html Css Color HEX #A2AE1A Citrus

📋 copy color: '#A2AE1A'

red 162 ◦ green 174 ◦ blue 26

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

Shades of Citrus #A2AE1A

Tints of Citrus #A2AE1A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 48.07%

 BLUE value IS 26 (10.55% from 255) = 7.18%

R = 44.75%
G = 48.07%
B = 7.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#A2AE1A (or 0xA2AE1A) is known color: Citrus. HEX triplet: A2, AE and 1A. RGB value is (162,174,26). Sum of RGB (Red+Green+Blue) = 162+174+26=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 174 (68.36% from 255 or 48.07% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AE1A is #5D51E5. Grayscale: #9A9A9A. Windows color (decimal): -6115814 or 1748642. OLE color: 1748642.

HSL color Cylindrical-coordinate representation of color #A2AE1A: hue angle of 64.86º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2AE1A is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 174 26 -
CMYK 0.07 0 0.85 0.32
HSL 64.86º 0.74% 0.39% -
HSV(B) 64.86º 0.85% 0.68% -
XYZ 30.22 38.03 6.72 -
YUV 153.54 56.02 134.03 -
System Red Green Blue C M Y K H S L
Decimal 162 174 26 0.07 0 0.85 0.32 64.86 0.74 0.39
Hex A2 AE 1A 7 0 55 20 41 4A 27
Octal 242 256 32 7 0 125 40 101 112 47
Binary 10100010 10101110 11010 111 0 1010101 100000 1000001 1001010 100111

Color Harmonies of #A2AE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AE1A

Black with #A2AE1A

Text Example


Text Example

White with #A2AE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AE1A; }

 p { color: rgb(162,174,26); }

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

background-color css

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

 a { background-color: rgb(162,174,26); }

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

border-color css

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

 span { border-color: rgb(162,174,26); }

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