Html Css Color HEX #90BA1E Limerick

📋 copy color: '#90BA1E'

red 144 ◦ green 186 ◦ blue 30

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

Shades of Limerick #90BA1E

Tints of Limerick #90BA1E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.67%

 BLUE value IS 30 (12.11% from 255) = 8.33%

R = 40%
G = 51.67%
B = 8.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#90BA1E (or 0x90BA1E) is known color: Limerick. HEX triplet: 90, BA and 1E. RGB value is (144,186,30). Sum of RGB (Red+Green+Blue) = 144+186+30=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BA1E is #6F45E1. Grayscale: #9C9C9C. Windows color (decimal): -7292386 or 2013840. OLE color: 2013840.

HSL color Cylindrical-coordinate representation of color #90BA1E: hue angle of 76.15º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #90BA1E is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 186 30 -
CMYK 0.23 0 0.84 0.27
HSL 76.15º 0.72% 0.42% -
HSV(B) 76.15º 0.84% 0.73% -
XYZ 29.29 41.14 7.63 -
YUV 155.66 57.09 119.68 -
System Red Green Blue C M Y K H S L
Decimal 144 186 30 0.23 0 0.84 0.27 76.15 0.72 0.42
Hex 90 BA 1E 17 0 54 1B 4C 48 2A
Octal 220 272 36 27 0 124 33 114 110 52
Binary 10010000 10111010 11110 10111 0 1010100 11011 1001100 1001000 101010

Color Harmonies of #90BA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BA1E

Black with #90BA1E

Text Example


Text Example

White with #90BA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,186,30); }

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

background-color css

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

 a { background-color: rgb(144,186,30); }

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

border-color css

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

 span { border-color: rgb(144,186,30); }

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