Html Css Color HEX #A0A72B Citron

📋 copy color: '#A0A72B'

red 160 ◦ green 167 ◦ blue 43

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

Shades of Citron #A0A72B

Tints of Citron #A0A72B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.14%

 BLUE value IS 43 (17.19% from 255) = 11.62%

R = 43.24%
G = 45.14%
B = 11.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A0A72B (or 0xA0A72B) is known color: Citron. HEX triplet: A0, A7 and 2B. RGB value is (160,167,43). Sum of RGB (Red+Green+Blue) = 160+167+43=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A72B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A72B is #5F58D4. Grayscale: #979797. Windows color (decimal): -6248661 or 2860960. OLE color: 2860960.

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

Color convert

RGB 160 167 43 -
CMYK 0.04 0 0.74 0.35
HSL 63.39º 0.59% 0.41% -
HSV(B) 63.39º 0.74% 0.65% -
XYZ 28.75 35.29 7.58 -
YUV 150.77 67.18 134.58 -
System Red Green Blue C M Y K H S L
Decimal 160 167 43 0.04 0 0.74 0.35 63.39 0.59 0.41
Hex A0 A7 2B 4 0 4A 23 3F 3B 29
Octal 240 247 53 4 0 112 43 77 73 51
Binary 10100000 10100111 101011 100 0 1001010 100011 111111 111011 101001

Color Harmonies of #A0A72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A72B

Black with #A0A72B

Text Example


Text Example

White with #A0A72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A72B; }

 p { color: rgb(160,167,43); }

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

background-color css

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

 a { background-color: rgb(160,167,43); }

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

border-color css

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

 span { border-color: rgb(160,167,43); }

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