#90B42F

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

Shades of Limerick #90B42F

Tints of Limerick #90B42F

Color information

#90B42F (or 0x90B42F) is unknown color: approx Limerick. HEX triplet: 90, B4 and 2F. RGB value is (144,180,47). Sum of RGB (Red+Green+Blue) = 144+180+47=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #90B42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B42F is #6F4BD0. Grayscale: #9A9A9A. Windows color (decimal): -7293905 or 3126416. OLE color: 3126416.

HSL color Cylindrical-coordinate representation of color #90B42F: hue angle of 76.24º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #90B42F is Cyan = 0.2, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB14418047-
CMYK0.200.740.29
HSL76.24º58.59%44.51%-
HSV(B)76.24º73.89%70.59%-
XYZ28.3438.788.68-
YUV154.0767.57120.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.81%
GREEN value IS 180 (70.70% from 255) = 48.52%
BLUE value IS 47 (18.75% from 255) = 12.67%
R=38.81%
G=48.52%
B=12.67%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal144180470.200.740.2976.2458.5944.51
Hex90B42F1404A1D4c3b2d
Octal22026457240112351147355
Binary10010000101101001011111010001001010111011001100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,180,47); }

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

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

 a { background-color: rgb(144,180,47); }

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

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

 span { border-color: rgb(144,180,47); }

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