#90AF40

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

Shades of Limerick #90AF40

Tints of Limerick #90AF40

Color information

#90AF40 (or 0x90AF40) is unknown color: approx Limerick. HEX triplet: 90, AF and 40. RGB value is (144,175,64). Sum of RGB (Red+Green+Blue) = 144+175+64=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AF40 is #6F50BF. Grayscale: #999999. Windows color (decimal): -7295168 or 4239248. OLE color: 4239248.

HSL color Cylindrical-coordinate representation of color #90AF40: hue angle of 76.76º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90AF40 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB14417564-
CMYK0.1800.630.31
HSL76.76º46.44%46.86%-
HSV(B)76.76º63.43%68.63%-
XYZ27.7636.9610.52-
YUV153.0877.73121.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.60%
GREEN value IS 175 (68.75% from 255) = 45.69%
BLUE value IS 64 (25.39% from 255) = 16.71%
R=37.60%
G=45.69%
B=16.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal144175640.1800.630.3176.7646.4446.86
Hex90AF401203F1F4d2e2f
Octal22025710022077371155657
Binary10010000101011111000000100100111111111111001101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,175,64); }

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

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

 a { background-color: rgb(144,175,64); }

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

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

 span { border-color: rgb(144,175,64); }

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