Html Css Color HEX #90BF1E Limerick

📋 copy color: '#90BF1E'

red 144 ◦ green 191 ◦ blue 30

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

Shades of Limerick #90BF1E

Tints of Limerick #90BF1E

RGB

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

 GREEN value IS 191 (75% from 255) = 52.33%

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

R = 39.45%
G = 52.33%
B = 8.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#90BF1E (or 0x90BF1E) is known color: Limerick. HEX triplet: 90, BF and 1E. RGB value is (144,191,30). Sum of RGB (Red+Green+Blue) = 144+191+30=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BF1E is #6F40E1. Grayscale: #9F9F9F. Windows color (decimal): -7291106 or 2015120. OLE color: 2015120.

HSL color Cylindrical-coordinate representation of color #90BF1E: hue angle of 77.52º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #90BF1E is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 191 30 -
CMYK 0.25 0 0.84 0.25
HSL 77.52º 0.73% 0.43% -
HSV(B) 77.52º 0.84% 0.75% -
XYZ 30.37 43.28 7.98 -
YUV 158.59 55.43 117.59 -
System Red Green Blue C M Y K H S L
Decimal 144 191 30 0.25 0 0.84 0.25 77.52 0.73 0.43
Hex 90 BF 1E 19 0 54 19 4E 49 2B
Octal 220 277 36 31 0 124 31 116 111 53
Binary 10010000 10111111 11110 11001 0 1010100 11001 1001110 1001001 101011

Color Harmonies of #90BF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BF1E

Black with #90BF1E

Text Example


Text Example

White with #90BF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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