#96AE23

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

Shades of Limerick #96AE23

Tints of Limerick #96AE23

Color information

#96AE23 (or 0x96AE23) is unknown color: approx Limerick. HEX triplet: 96, AE and 23. RGB value is (150,174,35). Sum of RGB (Red+Green+Blue) = 150+174+35=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 174 (68.36% from 255 or 48.47% from 359); Blue value is 35 (14.06% from 255 or 9.75% from 359); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AE23 is #6951DC. Grayscale: #979797. Windows color (decimal): -6902237 or 2338454. OLE color: 2338454.

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

Color convert

RGB15017435-
CMYK0.1400.800.32
HSL70.36º66.51%40.98%-
HSV(B)70.36º79.89%68.24%-
XYZ28.0236.887.23-
YUV150.9862.55127.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 174 (68.36% from 255) = 48.47%
BLUE value IS 35 (14.06% from 255) = 9.75%
R=41.78%
G=48.47%
B=9.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150174350.1400.800.3270.3666.5140.98
Hex96AE23E05020464329
Octal226256431601204010610351
Binary100101101010111010001111100101000010000010001101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AE23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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