Html Css Color HEX #90BD1A Limerick

📋 copy color: '#90BD1A'

red 144 ◦ green 189 ◦ blue 26

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

Shades of Limerick #90BD1A

Tints of Limerick #90BD1A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.65%

 BLUE value IS 26 (10.55% from 255) = 7.24%

R = 40.11%
G = 52.65%
B = 7.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#90BD1A (or 0x90BD1A) is known color: Limerick. HEX triplet: 90, BD and 1A. RGB value is (144,189,26). Sum of RGB (Red+Green+Blue) = 144+189+26=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BD1A is #6F42E5. Grayscale: #9D9D9D. Windows color (decimal): -7291622 or 1752464. OLE color: 1752464.

HSL color Cylindrical-coordinate representation of color #90BD1A: hue angle of 76.56º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #90BD1A is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 189 26 -
CMYK 0.24 0 0.86 0.26
HSL 76.56º 0.76% 0.42% -
HSV(B) 76.56º 0.86% 0.74% -
XYZ 29.89 42.4 7.59 -
YUV 156.96 54.09 118.75 -
System Red Green Blue C M Y K H S L
Decimal 144 189 26 0.24 0 0.86 0.26 76.56 0.76 0.42
Hex 90 BD 1A 18 0 56 1A 4D 4C 2A
Octal 220 275 32 30 0 126 32 115 114 52
Binary 10010000 10111101 11010 11000 0 1010110 11010 1001101 1001100 101010

Color Harmonies of #90BD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BD1A

Black with #90BD1A

Text Example


Text Example

White with #90BD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,189,26); }

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

background-color css

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

 a { background-color: rgb(144,189,26); }

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

border-color css

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

 span { border-color: rgb(144,189,26); }

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