Html Css Color HEX #A0A002 Citrus

📋 copy color: '#A0A002'

red 160 ◦ green 160 ◦ blue 2

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

Shades of Citrus #A0A002

Tints of Citrus #A0A002

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.69%

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 49.69%
G = 49.69%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A0A002 (or 0xA0A002) is known color: Citrus. HEX triplet: A0, A0 and 02. RGB value is (160,160,2). Sum of RGB (Red+Green+Blue) = 160+160+2=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 160 (62.89% from 255 or 49.69% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A002 is #5F5FFD. Grayscale: #8E8E8E. Windows color (decimal): -6250494 or 172192. OLE color: 172192.

HSL color Cylindrical-coordinate representation of color #A0A002: hue angle of 60º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0A002 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 160 2 -
CMYK 0 0 0.99 0.37
HSL 60º 0.98% 0.32% -
HSV(B) 60º 0.99% 0.63% -
XYZ 27.08 32.62 4.93 -
YUV 141.99 49 140.85 -
System Red Green Blue C M Y K H S L
Decimal 160 160 2 0 0 0.99 0.37 60 0.98 0.32
Hex A0 A0 2 0 0 63 25 3C 62 20
Octal 240 240 2 0 0 143 45 74 142 40
Binary 10100000 10100000 10 0 0 1100011 100101 111100 1100010 100000

Color Harmonies of #A0A002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A002

Black with #A0A002

Text Example


Text Example

White with #A0A002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A002; }

 p { color: rgb(160,160,2); }

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

background-color css

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

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

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

border-color css

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

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

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