#90A81F

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

Shades of Limerick #90A81F

Tints of Limerick #90A81F

Color information

#90A81F (or 0x90A81F) is unknown color: approx Limerick. HEX triplet: 90, A8 and 1F. RGB value is (144,168,31). Sum of RGB (Red+Green+Blue) = 144+168+31=343 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.98% from 343); Green value is 168 (66.02% from 255 or 48.98% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 168 - color contains mainly: green. Hex color #90A81F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A81F is #6F57E0. Grayscale: #919191. Windows color (decimal): -7296993 or 2074768. OLE color: 2074768.

HSL color Cylindrical-coordinate representation of color #90A81F: hue angle of 70.51º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #90A81F is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB14416831-
CMYK0.1400.820.34
HSL70.51º68.84%39.02%-
HSV(B)70.51º81.55%65.88%-
XYZ25.7534.036.51-
YUV145.2163.55127.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.98%
GREEN value IS 168 (66.02% from 255) = 48.98%
BLUE value IS 31 (12.5% from 255) = 9.04%
R=41.98%
G=48.98%
B=9.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal144168310.1400.820.3470.5168.8439.02
Hex90A81FE05222474527
Octal220250371601224210710547
Binary10010000101010001111111100101001010001010001111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,168,31); }

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

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

 a { background-color: rgb(144,168,31); }

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

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

 span { border-color: rgb(144,168,31); }

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