#9ABA0E

Color #9ABA0E Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #9ABA0E

Tints of Citrus #9ABA0E

Color information

#9ABA0E (or 0x9ABA0E) is unknown color: approx Citrus. HEX triplet: 9A, BA and 0E. RGB value is (154,186,14). Sum of RGB (Red+Green+Blue) = 154+186+14=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABA0E is #6545F1. Grayscale: #9D9D9D. Windows color (decimal): -6637042 or 965274. OLE color: 965274.

HSL color Cylindrical-coordinate representation of color #9ABA0E: hue angle of 71.16º 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 #9ABA0E is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB15418614-
CMYK0.1700.920.27
HSL71.16º86%39.22%-
HSV(B)71.16º92.47%72.94%-
XYZ30.9642.026.89-
YUV156.8247.4125.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.50%
GREEN value IS 186 (73.05% from 255) = 52.54%
BLUE value IS 14 (5.86% from 255) = 3.95%
R=43.50%
G=52.54%
B=3.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154186140.1700.920.2771.168639.22
Hex9ABAE1105C1B475627
Octal232272162101343310712647
Binary1001101010111010111010001010111001101110001111010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ABA0E; }

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

 H1.HeaderClassName
 {
   color: #9ABA0E;
 }
 .AnyTagClassName
 {
   color: #9ABA0E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #9ABA0E;
 }
 .BgClassName
 {
   background-color: #9ABA0E;
 }
</style>
border-color css

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

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

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