#90AB3C

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

Shades of Limerick #90AB3C

Tints of Limerick #90AB3C

Color information

#90AB3C (or 0x90AB3C) is unknown color: approx Limerick. HEX triplet: 90, AB and 3C. RGB value is (144,171,60). Sum of RGB (Red+Green+Blue) = 144+171+60=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AB3C is #6F54C3. Grayscale: #969696. Windows color (decimal): -7296196 or 3976080. OLE color: 3976080.

HSL color Cylindrical-coordinate representation of color #90AB3C: hue angle of 74.59º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90AB3C is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB14417160-
CMYK0.1600.650.33
HSL74.59º48.05%45.29%-
HSV(B)74.59º64.91%67.06%-
XYZ26.8835.389.69-
YUV150.2777.05123.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.4%
GREEN value IS 171 (67.19% from 255) = 45.6%
BLUE value IS 60 (23.83% from 255) = 16%
R=38.4%
G=45.6%
B=16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144171600.1600.650.3374.5948.0545.29
Hex90AB3C10041214b302d
Octal22025374200101411136055
Binary100100001010101111110010000010000011000011001011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AB3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90AB3C; }

 p { color: rgb(144,171,60); }

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

<style>
 a { background-color: #90AB3C; }

 a { background-color: rgb(144,171,60); }

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

<style>
 span { border-color: #90AB3C; }

 span { border-color: rgb(144,171,60); }

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