Html Css Color HEX #A0B40D Citrus

📋 copy color: '#A0B40D'

red 160 ◦ green 180 ◦ blue 13

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

Shades of Citrus #A0B40D

Tints of Citrus #A0B40D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.68%

R = 45.33%
G = 50.99%
B = 3.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#A0B40D (or 0xA0B40D) is known color: Citrus. HEX triplet: A0, B4 and 0D. RGB value is (160,180,13). Sum of RGB (Red+Green+Blue) = 160+180+13=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B40D is #5F4BF2. Grayscale: #9B9B9B. Windows color (decimal): -6245363 or 898208. OLE color: 898208.

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

Color convert

RGB 160 180 13 -
CMYK 0.11 0 0.93 0.29
HSL 67.19º 0.87% 0.38% -
HSV(B) 67.19º 0.93% 0.71% -
XYZ 30.89 40.15 6.5 -
YUV 154.98 47.87 131.58 -
System Red Green Blue C M Y K H S L
Decimal 160 180 13 0.11 0 0.93 0.29 67.19 0.87 0.38
Hex A0 B4 D B 0 5D 1D 43 57 26
Octal 240 264 15 13 0 135 35 103 127 46
Binary 10100000 10110100 1101 1011 0 1011101 11101 1000011 1010111 100110

Color Harmonies of #A0B40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B40D

Black with #A0B40D

Text Example


Text Example

White with #A0B40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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