Html Css Color HEX #A0B400 Citrus

📋 copy color: '#A0B400'

red 160 ◦ green 180 ◦ blue 0

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

Shades of Citrus #A0B400

Tints of Citrus #A0B400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.94%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.06%
G = 52.94%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#A0B400 (or 0xA0B400) is known color: Citrus. HEX triplet: A0, B4 and 00. RGB value is (160,180,0). Sum of RGB (Red+Green+Blue) = 160+180+0=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 180 (70.70% from 255 or 52.94% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B400 is #5F4BFF. Grayscale: #9A9A9A. Windows color (decimal): -6245376 or 46240. OLE color: 46240.

HSL color Cylindrical-coordinate representation of color #A0B400: hue angle of 66.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0B400 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 180 0 -
CMYK 0.11 0 1 0.29
HSL 66.67º 1% 0.35% -
HSV(B) 66.67º 1% 0.71% -
XYZ 30.82 40.12 6.12 -
YUV 153.5 41.37 132.64 -
System Red Green Blue C M Y K H S L
Decimal 160 180 0 0.11 0 1 0.29 66.67 1 0.35
Hex A0 B4 0 B 0 64 1D 43 64 23
Octal 240 264 0 13 0 144 35 103 144 43
Binary 10100000 10110100 0 1011 0 1100100 11101 1000011 1100100 100011

Color Harmonies of #A0B400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B400

Black with #A0B400

Text Example


Text Example

White with #A0B400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B400; }

 p { color: rgb(160,180,0); }

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

background-color css

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

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

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

border-color css

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

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

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