Html Css Color HEX #A0B40E Citrus

📋 copy color: '#A0B40E'

red 160 ◦ green 180 ◦ blue 14

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

Shades of Citrus #A0B40E

Tints of Citrus #A0B40E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.95%

R = 45.2%
G = 50.85%
B = 3.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#A0B40E (or 0xA0B40E) is known color: Citrus. HEX triplet: A0, B4 and 0E. RGB value is (160,180,14). Sum of RGB (Red+Green+Blue) = 160+180+14=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B40E is #5F4BF1. Grayscale: #9B9B9B. Windows color (decimal): -6245362 or 963744. OLE color: 963744.

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

Color convert

RGB 160 180 14 -
CMYK 0.11 0 0.92 0.29
HSL 67.23º 0.86% 0.38% -
HSV(B) 67.23º 0.92% 0.71% -
XYZ 30.9 40.15 6.54 -
YUV 155.1 48.37 131.5 -
System Red Green Blue C M Y K H S L
Decimal 160 180 14 0.11 0 0.92 0.29 67.23 0.86 0.38
Hex A0 B4 E B 0 5C 1D 43 56 26
Octal 240 264 16 13 0 134 35 103 126 46
Binary 10100000 10110100 1110 1011 0 1011100 11101 1000011 1010110 100110

Color Harmonies of #A0B40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B40E

Black with #A0B40E

Text Example


Text Example

White with #A0B40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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