#9ABC0E

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

Shades of Citrus #9ABC0E

Tints of Citrus #9ABC0E

Color information

#9ABC0E (or 0x9ABC0E) is unknown color: approx Citrus. HEX triplet: 9A, BC and 0E. RGB value is (154,188,14). Sum of RGB (Red+Green+Blue) = 154+188+14=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABC0E is #6543F1. Grayscale: #9E9E9E. Windows color (decimal): -6636530 or 965786. OLE color: 965786.

HSL color Cylindrical-coordinate representation of color #9ABC0E: hue angle of 71.72º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9ABC0E is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB15418814-
CMYK0.1800.930.26
HSL71.72º86.14%39.61%-
HSV(B)71.72º92.55%73.73%-
XYZ31.3942.877.04-
YUV15846.74125.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.26%
GREEN value IS 188 (73.83% from 255) = 52.81%
BLUE value IS 14 (5.86% from 255) = 3.93%
R=43.26%
G=52.81%
B=3.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal154188140.1800.930.2671.7286.1439.61
Hex9ABCE1205D1A485628
Octal232274162201353211012650
Binary1001101010111100111010010010111011101010010001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABC0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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