#96AE13

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

Shades of Citrus #96AE13

Tints of Citrus #96AE13

Color information

#96AE13 (or 0x96AE13) is unknown color: approx Citrus. HEX triplet: 96, AE and 13. RGB value is (150,174,19). Sum of RGB (Red+Green+Blue) = 150+174+19=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 174 (68.36% from 255 or 50.73% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AE13 is #6951EC. Grayscale: #959595. Windows color (decimal): -6902253 or 1289878. OLE color: 1289878.

HSL color Cylindrical-coordinate representation of color #96AE13: hue angle of 69.29º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96AE13 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB15017419-
CMYK0.1400.890.32
HSL69.29º80.31%37.84%-
HSV(B)69.29º89.08%68.24%-
XYZ27.8336.86.25-
YUV149.1554.55128.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.73%
GREEN value IS 174 (68.36% from 255) = 50.73%
BLUE value IS 19 (7.81% from 255) = 5.54%
R=43.73%
G=50.73%
B=5.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150174190.1400.890.3269.2980.3137.84
Hex96AE13E05920455026
Octal226256231601314010512046
Binary10010110101011101001111100101100110000010001011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96AE13; }

 p { color: rgb(150,174,19); }

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

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

 a { background-color: rgb(150,174,19); }

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

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

 span { border-color: rgb(150,174,19); }

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