#90BD2C

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

Shades of Limerick #90BD2C

Tints of Limerick #90BD2C

Color information

#90BD2C (or 0x90BD2C) is unknown color: approx Limerick. HEX triplet: 90, BD and 2C. RGB value is (144,189,44). Sum of RGB (Red+Green+Blue) = 144+189+44=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BD2C is #6F42D3. Grayscale: #9F9F9F. Windows color (decimal): -7291604 or 2932112. OLE color: 2932112.

HSL color Cylindrical-coordinate representation of color #90BD2C: hue angle of 78.62º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #90BD2C is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB14418944-
CMYK0.2400.770.26
HSL78.62º62.23%45.69%-
HSV(B)78.62º76.72%74.12%-
XYZ30.1542.519-
YUV159.0163.09117.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.20%
GREEN value IS 189 (74.22% from 255) = 50.13%
BLUE value IS 44 (17.58% from 255) = 11.67%
R=38.20%
G=50.13%
B=11.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal144189440.2400.770.2678.6262.2345.69
Hex90BD2C1804D1A4f3e2e
Octal22027554300115321177656
Binary10010000101111011011001100001001101110101001111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BD2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,189,44); }

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

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

 a { background-color: rgb(144,189,44); }

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

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

 span { border-color: rgb(144,189,44); }

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