#94AA38

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

Shades of Limerick #94AA38

Tints of Limerick #94AA38

Color information

#94AA38 (or 0x94AA38) is unknown color: approx Limerick. HEX triplet: 94, AA and 38. RGB value is (148,170,56). Sum of RGB (Red+Green+Blue) = 148+170+56=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AA38 is #6B55C7. Grayscale: #969696. Windows color (decimal): -7034312 or 3713684. OLE color: 3713684.

HSL color Cylindrical-coordinate representation of color #94AA38: hue angle of 71.58º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #94AA38 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB14817056-
CMYK0.1300.670.33
HSL71.58º50.44%44.31%-
HSV(B)71.58º67.06%66.67%-
XYZ27.335.339.12-
YUV150.4374.71126.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.57%
GREEN value IS 170 (66.80% from 255) = 45.45%
BLUE value IS 56 (22.27% from 255) = 14.97%
R=39.57%
G=45.45%
B=14.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148170560.1300.670.3371.5850.4444.31
Hex94AA38D0432148322c
Octal22425270150103411106254
Binary10010100101010101110001101010000111000011001000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94AA38; }

 p { color: rgb(148,170,56); }

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

<style>
 a { background-color: #94AA38; }

 a { background-color: rgb(148,170,56); }

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

<style>
 span { border-color: #94AA38; }

 span { border-color: rgb(148,170,56); }

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