#90AE3D

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

Shades of Limerick #90AE3D

Tints of Limerick #90AE3D

Color information

#90AE3D (or 0x90AE3D) is unknown color: approx Limerick. HEX triplet: 90, AE and 3D. RGB value is (144,174,61). Sum of RGB (Red+Green+Blue) = 144+174+61=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 174 - color contains mainly: green. Hex color #90AE3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AE3D is #6F51C2. Grayscale: #989898. Windows color (decimal): -7295427 or 4042384. OLE color: 4042384.

HSL color Cylindrical-coordinate representation of color #90AE3D: hue angle of 75.93º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90AE3D is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB14417461-
CMYK0.1700.650.32
HSL75.93º48.09%46.08%-
HSV(B)75.93º64.94%68.24%-
XYZ27.4836.5410.02-
YUV152.1576.56122.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.99%
GREEN value IS 174 (68.36% from 255) = 45.91%
BLUE value IS 61 (24.22% from 255) = 16.09%
R=37.99%
G=45.91%
B=16.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal144174610.1700.650.3275.9348.0946.08
Hex90AE3D11041204c302e
Octal22025675210101401146056
Binary100100001010111011110110001010000011000001001100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,174,61); }

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

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

 a { background-color: rgb(144,174,61); }

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

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

 span { border-color: rgb(144,174,61); }

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