Html Css Color HEX #90C022 Limerick

📋 copy color: '#90C022'

red 144 ◦ green 192 ◦ blue 34

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

Shades of Limerick #90C022

Tints of Limerick #90C022

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.89%

 BLUE value IS 34 (13.67% from 255) = 9.19%

R = 38.92%
G = 51.89%
B = 9.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#90C022 (or 0x90C022) is known color: Limerick. HEX triplet: 90, C0 and 22. RGB value is (144,192,34). Sum of RGB (Red+Green+Blue) = 144+192+34=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #90C022 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C022 is #6F3FDD. Grayscale: #A0A0A0. Windows color (decimal): -7290846 or 2277520. OLE color: 2277520.

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

Color convert

RGB 144 192 34 -
CMYK 0.25 0 0.82 0.25
HSL 78.23º 0.7% 0.44% -
HSV(B) 78.23º 0.82% 0.75% -
XYZ 30.64 43.74 8.34 -
YUV 159.64 57.1 116.85 -
System Red Green Blue C M Y K H S L
Decimal 144 192 34 0.25 0 0.82 0.25 78.23 0.7 0.44
Hex 90 C0 22 19 0 52 19 4E 46 2C
Octal 220 300 42 31 0 122 31 116 106 54
Binary 10010000 11000000 100010 11001 0 1010010 11001 1001110 1000110 101100

Color Harmonies of #90C022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C022

Black with #90C022

Text Example


Text Example

White with #90C022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,192,34); }

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

background-color css

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

 a { background-color: rgb(144,192,34); }

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

border-color css

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

 span { border-color: rgb(144,192,34); }

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