Html Css Color HEX #A0AC07 Citrus

📋 copy color: '#A0AC07'

red 160 ◦ green 172 ◦ blue 7

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

Shades of Citrus #A0AC07

Tints of Citrus #A0AC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.06%

R = 47.2%
G = 50.74%
B = 2.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#A0AC07 (or 0xA0AC07) is known color: Citrus. HEX triplet: A0, AC and 07. RGB value is (160,172,7). Sum of RGB (Red+Green+Blue) = 160+172+7=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 7 (3.12% from 255 or 2.06% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AC07 is #5F53F8. Grayscale: #969696. Windows color (decimal): -6247417 or 502944. OLE color: 502944.

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

Color convert

RGB 160 172 7 -
CMYK 0.07 0 0.96 0.33
HSL 64.36º 0.92% 0.35% -
HSV(B) 64.36º 0.96% 0.67% -
XYZ 29.29 36.99 5.8 -
YUV 149.6 47.52 135.42 -
System Red Green Blue C M Y K H S L
Decimal 160 172 7 0.07 0 0.96 0.33 64.36 0.92 0.35
Hex A0 AC 7 7 0 60 21 40 5C 23
Octal 240 254 7 7 0 140 41 100 134 43
Binary 10100000 10101100 111 111 0 1100000 100001 1000000 1011100 100011

Color Harmonies of #A0AC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AC07

Black with #A0AC07

Text Example


Text Example

White with #A0AC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AC07; }

 p { color: rgb(160,172,7); }

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

background-color css

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

 a { background-color: rgb(160,172,7); }

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

border-color css

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

 span { border-color: rgb(160,172,7); }

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