Html Css Color HEX #A0BA12 Citrus

📋 copy color: '#A0BA12'

red 160 ◦ green 186 ◦ blue 18

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

Shades of Citrus #A0BA12

Tints of Citrus #A0BA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.95%

R = 43.96%
G = 51.1%
B = 4.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#A0BA12 (or 0xA0BA12) is known color: Citrus. HEX triplet: A0, BA and 12. RGB value is (160,186,18). Sum of RGB (Red+Green+Blue) = 160+186+18=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 186 (73.05% from 255 or 51.10% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BA12 is #5F45ED. Grayscale: #9F9F9F. Windows color (decimal): -6243822 or 1227424. OLE color: 1227424.

HSL color Cylindrical-coordinate representation of color #A0BA12: hue angle of 69.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0BA12 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 186 18 -
CMYK 0.14 0 0.90 0.27
HSL 69.29º 0.82% 0.4% -
HSV(B) 69.29º 0.9% 0.73% -
XYZ 32.17 42.64 7.11 -
YUV 159.07 48.39 128.66 -
System Red Green Blue C M Y K H S L
Decimal 160 186 18 0.14 0 0.90 0.27 69.29 0.82 0.4
Hex A0 BA 12 E 0 5A 1B 45 52 28
Octal 240 272 22 16 0 132 33 105 122 50
Binary 10100000 10111010 10010 1110 0 1011010 11011 1000101 1010010 101000

Color Harmonies of #A0BA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BA12

Black with #A0BA12

Text Example


Text Example

White with #A0BA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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