#90B31E

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

Shades of Limerick #90B31E

Tints of Limerick #90B31E

Color information

#90B31E (or 0x90B31E) is unknown color: approx Limerick. HEX triplet: 90, B3 and 1E. RGB value is (144,179,30). Sum of RGB (Red+Green+Blue) = 144+179+30=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #90B31E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B31E is #6F4CE1. Grayscale: #989898. Windows color (decimal): -7294178 or 2012048. OLE color: 2012048.

HSL color Cylindrical-coordinate representation of color #90B31E: hue angle of 74.09º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #90B31E is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB14417930-
CMYK0.2000.830.30
HSL74.09º71.29%40.98%-
HSV(B)74.09º83.24%70.2%-
XYZ27.8638.267.15-
YUV151.5559.4122.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.79%
GREEN value IS 179 (70.31% from 255) = 50.71%
BLUE value IS 30 (12.11% from 255) = 8.50%
R=40.79%
G=50.71%
B=8.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal144179300.2000.830.3074.0971.2940.98
Hex90B31E140531E4a4729
Octal220263362401233611210751
Binary10010000101100111111010100010100111111010010101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,179,30); }

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

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

 a { background-color: rgb(144,179,30); }

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

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

 span { border-color: rgb(144,179,30); }

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