Html Css Color HEX #90AC42 Limerick

📋 copy color: '#90AC42'

red 144 ◦ green 172 ◦ blue 66

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

Shades of Limerick #90AC42

Tints of Limerick #90AC42

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.03%

 BLUE value IS 66 (26.17% from 255) = 17.28%

R = 37.7%
G = 45.03%
B = 17.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#90AC42 (or 0x90AC42) is known color: Limerick. HEX triplet: 90, AC and 42. RGB value is (144,172,66). Sum of RGB (Red+Green+Blue) = 144+172+66=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AC42 is #6F53BD. Grayscale: #979797. Windows color (decimal): -7295934 or 4369552. OLE color: 4369552.

HSL color Cylindrical-coordinate representation of color #90AC42: hue angle of 75.85º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90AC42 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 172 66 -
CMYK 0.16 0 0.62 0.33
HSL 75.85º 0.45% 0.47% -
HSV(B) 75.85º 0.62% 0.67% -
XYZ 27.24 35.83 10.63 -
YUV 151.54 79.72 122.62 -
System Red Green Blue C M Y K H S L
Decimal 144 172 66 0.16 0 0.62 0.33 75.85 0.45 0.47
Hex 90 AC 42 10 0 3E 21 4C 2D 2F
Octal 220 254 102 20 0 76 41 114 55 57
Binary 10010000 10101100 1000010 10000 0 111110 100001 1001100 101101 101111

Color Harmonies of #90AC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AC42

Black with #90AC42

Text Example


Text Example

White with #90AC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,172,66); }

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

background-color css

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

 a { background-color: rgb(144,172,66); }

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

border-color css

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

 span { border-color: rgb(144,172,66); }

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