Html Css Color HEX #90A740 Limerick

📋 copy color: '#90A740'

red 144 ◦ green 167 ◦ blue 64

#90A740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #90A740

Tints of Limerick #90A740

RGB

 RED value IS 144 (56.64% from 255) = 38.4%

 GREEN value IS 167 (65.63% from 255) = 44.53%

 BLUE value IS 64 (25.39% from 255) = 17.07%

R = 38.4%
G = 44.53%
B = 17.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#90A740 (or 0x90A740) is known color: Limerick. HEX triplet: 90, A7 and 40. RGB value is (144,167,64). Sum of RGB (Red+Green+Blue) = 144+167+64=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 167 - color contains mainly: green. Hex color #90A740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A740 is #6F58BF. Grayscale: #949494. Windows color (decimal): -7297216 or 4237200. OLE color: 4237200.

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

Color convert

RGB 144 167 64 -
CMYK 0.14 0 0.62 0.35
HSL 73.4º 0.45% 0.45% -
HSV(B) 73.4º 0.62% 0.65% -
XYZ 26.25 33.94 10.02 -
YUV 148.38 80.38 124.88 -
System Red Green Blue C M Y K H S L
Decimal 144 167 64 0.14 0 0.62 0.35 73.4 0.45 0.45
Hex 90 A7 40 E 0 3E 23 49 2D 2D
Octal 220 247 100 16 0 76 43 111 55 55
Binary 10010000 10100111 1000000 1110 0 111110 100011 1001001 101101 101101

Color Harmonies of #90A740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A740

Black with #90A740

Text Example


Text Example

White with #90A740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90A740;
 }
 .AnyTagClassName
 {
   color: #90A740;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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