Html Css Color HEX #A0BA0E Citrus

📋 copy color: '#A0BA0E'

red 160 ◦ green 186 ◦ blue 14

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

Shades of Citrus #A0BA0E

Tints of Citrus #A0BA0E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.67%

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

R = 44.44%
G = 51.67%
B = 3.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#A0BA0E (or 0xA0BA0E) is known color: Citrus. HEX triplet: A0, BA and 0E. RGB value is (160,186,14). Sum of RGB (Red+Green+Blue) = 160+186+14=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BA0E is #5F45F1. Grayscale: #9F9F9F. Windows color (decimal): -6243826 or 965280. OLE color: 965280.

HSL color Cylindrical-coordinate representation of color #A0BA0E: hue angle of 69.07º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0BA0E is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 186 14 -
CMYK 0.14 0 0.92 0.27
HSL 69.07º 0.86% 0.39% -
HSV(B) 69.07º 0.92% 0.73% -
XYZ 32.14 42.62 6.95 -
YUV 158.62 46.39 128.99 -
System Red Green Blue C M Y K H S L
Decimal 160 186 14 0.14 0 0.92 0.27 69.07 0.86 0.39
Hex A0 BA E E 0 5C 1B 45 56 27
Octal 240 272 16 16 0 134 33 105 126 47
Binary 10100000 10111010 1110 1110 0 1011100 11011 1000101 1010110 100111

Color Harmonies of #A0BA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BA0E

Black with #A0BA0E

Text Example


Text Example

White with #A0BA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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