#9AAB13

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

Shades of Citrus #9AAB13

Tints of Citrus #9AAB13

Color information

#9AAB13 (or 0x9AAB13) is unknown color: approx Citrus. HEX triplet: 9A, AB and 13. RGB value is (154,171,19). Sum of RGB (Red+Green+Blue) = 154+171+19=344 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.77% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAB13 is #6554EC. Grayscale: #959595. Windows color (decimal): -6640877 or 1289114. OLE color: 1289114.

HSL color Cylindrical-coordinate representation of color #9AAB13: hue angle of 66.71º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9AAB13 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB15417119-
CMYK0.1000.890.33
HSL66.71º80%37.25%-
HSV(B)66.71º88.89%67.06%-
XYZ28.0136.046.1-
YUV148.5954.87131.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.77%
GREEN value IS 171 (67.19% from 255) = 49.71%
BLUE value IS 19 (7.81% from 255) = 5.52%
R=44.77%
G=49.71%
B=5.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154171190.1000.890.3366.718037.25
Hex9AAB13A05921435025
Octal232253231201314110312045
Binary10011010101010111001110100101100110000110000111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAB13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,171,19); }

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

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

 a { background-color: rgb(154,171,19); }

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

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

 span { border-color: rgb(154,171,19); }

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