Html Css Color HEX #90AC1F Limerick

📋 copy color: '#90AC1F'

red 144 ◦ green 172 ◦ blue 31

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

Shades of Limerick #90AC1F

Tints of Limerick #90AC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.93%

R = 41.5%
G = 49.57%
B = 8.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#90AC1F (or 0x90AC1F) is known color: Limerick. HEX triplet: 90, AC and 1F. RGB value is (144,172,31). Sum of RGB (Red+Green+Blue) = 144+172+31=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AC1F is #6F53E0. Grayscale: #949494. Windows color (decimal): -7295969 or 2075792. OLE color: 2075792.

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

Color convert

RGB 144 172 31 -
CMYK 0.16 0 0.82 0.33
HSL 71.91º 0.69% 0.4% -
HSV(B) 71.91º 0.82% 0.67% -
XYZ 26.5 35.53 6.76 -
YUV 147.55 62.22 125.46 -
System Red Green Blue C M Y K H S L
Decimal 144 172 31 0.16 0 0.82 0.33 71.91 0.69 0.4
Hex 90 AC 1F 10 0 52 21 48 45 28
Octal 220 254 37 20 0 122 41 110 105 50
Binary 10010000 10101100 11111 10000 0 1010010 100001 1001000 1000101 101000

Color Harmonies of #90AC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AC1F

Black with #90AC1F

Text Example


Text Example

White with #90AC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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