#90BF1C

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

Shades of Limerick #90BF1C

Tints of Limerick #90BF1C

Color information

#90BF1C (or 0x90BF1C) is unknown color: approx Limerick. HEX triplet: 90, BF and 1C. RGB value is (144,191,28). Sum of RGB (Red+Green+Blue) = 144+191+28=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 191 (75% from 255 or 52.62% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BF1C is #6F40E3. Grayscale: #9E9E9E. Windows color (decimal): -7291108 or 1884048. OLE color: 1884048.

HSL color Cylindrical-coordinate representation of color #90BF1C: hue angle of 77.3º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90BF1C is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB14419128-
CMYK0.2500.850.25
HSL77.3º74.43%42.94%-
HSV(B)77.3º85.34%74.9%-
XYZ30.3443.277.85-
YUV158.3654.43117.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.67%
GREEN value IS 191 (75% from 255) = 52.62%
BLUE value IS 28 (11.33% from 255) = 7.71%
R=39.67%
G=52.62%
B=7.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144191280.2500.850.2577.374.4342.94
Hex90BF1C19055194d4a2b
Octal220277343101253111511253
Binary10010000101111111110011001010101011100110011011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,191,28); }

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

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

 a { background-color: rgb(144,191,28); }

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

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

 span { border-color: rgb(144,191,28); }

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