#96AE15

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

Shades of Citrus #96AE15

Tints of Citrus #96AE15

Color information

#96AE15 (or 0x96AE15) is unknown color: approx Citrus. HEX triplet: 96, AE and 15. RGB value is (150,174,21). Sum of RGB (Red+Green+Blue) = 150+174+21=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AE15 is #6951EA. Grayscale: #959595. Windows color (decimal): -6902251 or 1420950. OLE color: 1420950.

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

Color convert

RGB15017421-
CMYK0.1400.880.32
HSL69.41º78.46%38.24%-
HSV(B)69.41º87.93%68.24%-
XYZ27.8536.816.35-
YUV149.3855.55128.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 174 (68.36% from 255) = 50.43%
BLUE value IS 21 (8.59% from 255) = 6.09%
R=43.48%
G=50.43%
B=6.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150174210.1400.880.3269.4178.4638.24
Hex96AE15E05820454e26
Octal226256251601304010511646
Binary10010110101011101010111100101100010000010001011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AE15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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