#90a71f

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

Shades of Limerick #90A71F

Tints of Limerick #90A71F

Color information

#90A71F (or 0x90A71F) is unknown color: approx Limerick. HEX triplet: 90, A7 and 1F. RGB value is (144,167,31). Sum of RGB (Red+Green+Blue) = 144+167+31=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 167 (65.62% from 255 or 48.83% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 167 - color contains mainly: green. Hex color #90A71F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A71F is #6F58E0. Grayscale: #919191. Windows color (decimal): -7297249 or 2074512. OLE color: 2074512.

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

Color convert

RGB14416731-
CMYK0.1400.810.35
HSL70.15º68.69%38.82%-
HSV(B)70.15º81.44%65.49%-
XYZ25.5733.676.45-
YUV144.6263.88127.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.11%
GREEN value IS 167 (65.62% from 255) = 48.83%
BLUE value IS 31 (12.5% from 255) = 9.06%
R=42.11%
G=48.83%
B=9.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal144167310.1400.810.3570.1568.6938.82
Hex90A71FE05123464527
Octal220247371601214310610547
Binary10010000101001111111111100101000110001110001101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90a71f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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