Html Css Color HEX #A0A62A Citron

📋 copy color: '#A0A62A'

red 160 ◦ green 166 ◦ blue 42

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

Shades of Citron #A0A62A

Tints of Citron #A0A62A

RGB

 RED value IS 160 (62.89% from 255) = 43.48%

 GREEN value IS 166 (65.23% from 255) = 45.11%

 BLUE value IS 42 (16.8% from 255) = 11.41%

R = 43.48%
G = 45.11%
B = 11.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A0A62A (or 0xA0A62A) is known color: Citron. HEX triplet: A0, A6 and 2A. RGB value is (160,166,42). Sum of RGB (Red+Green+Blue) = 160+166+42=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 166 (65.23% from 255 or 45.11% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A62A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A62A is #5F59D5. Grayscale: #969696. Windows color (decimal): -6248918 or 2795168. OLE color: 2795168.

HSL color Cylindrical-coordinate representation of color #A0A62A: hue angle of 62.9º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0A62A is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 166 42 -
CMYK 0.04 0 0.75 0.35
HSL 62.9º 0.6% 0.41% -
HSV(B) 62.9º 0.75% 0.65% -
XYZ 28.55 34.91 7.42 -
YUV 150.07 67.01 135.08 -
System Red Green Blue C M Y K H S L
Decimal 160 166 42 0.04 0 0.75 0.35 62.9 0.6 0.41
Hex A0 A6 2A 4 0 4B 23 3F 3C 29
Octal 240 246 52 4 0 113 43 77 74 51
Binary 10100000 10100110 101010 100 0 1001011 100011 111111 111100 101001

Color Harmonies of #A0A62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A62A

Black with #A0A62A

Text Example


Text Example

White with #A0A62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A62A; }

 p { color: rgb(160,166,42); }

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

background-color css

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

 a { background-color: rgb(160,166,42); }

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

border-color css

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

 span { border-color: rgb(160,166,42); }

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