Html Css Color HEX #5A9B1C Limeade

📋 copy color: '#5A9B1C'

red 90 ◦ green 155 ◦ blue 28

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

Shades of Limeade #5A9B1C

Tints of Limeade #5A9B1C

RGB

 RED value IS 90 (35.55% from 255) = 32.97%

 GREEN value IS 155 (60.94% from 255) = 56.78%

 BLUE value IS 28 (11.33% from 255) = 10.26%

R = 32.97%
G = 56.78%
B = 10.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#5A9B1C (or 0x5A9B1C) is known color: Limeade. HEX triplet: 5A, 9B and 1C. RGB value is (90,155,28). Sum of RGB (Red+Green+Blue) = 90+155+28=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 155 (60.94% from 255 or 56.78% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9B1C is #A564E3. Grayscale: #797979. Windows color (decimal): -10839268 or 1874778. OLE color: 1874778.

HSL color Cylindrical-coordinate representation of color #5A9B1C: hue angle of 90.71º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A9B1C is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB 90 155 28 -
CMYK 0.42 0 0.82 0.39
HSL 90.71º 0.69% 0.36% -
HSV(B) 90.71º 0.82% 0.61% -
XYZ 16.15 25.7 5.21 -
YUV 121.09 75.47 105.83 -
System Red Green Blue C M Y K H S L
Decimal 90 155 28 0.42 0 0.82 0.39 90.71 0.69 0.36
Hex 5A 9B 1C 2A 0 52 27 5B 45 24
Octal 132 233 34 52 0 122 47 133 105 44
Binary 1011010 10011011 11100 101010 0 1010010 100111 1011011 1000101 100100

Color Harmonies of #5A9B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9B1C

Black with #5A9B1C

Text Example


Text Example

White with #5A9B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A9B1C; }

 p { color: rgb(90,155,28); }

 H1.HeaderClassName
 {
   color: #5A9B1C;
 }
 .AnyTagClassName
 {
   color: #5A9B1C;
 }
</style>

background-color css

<style>
 a { background-color: #5A9B1C; }

 a { background-color: rgb(90,155,28); }

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

border-color css

<style>
 span { border-color: #5A9B1C; }

 span { border-color: rgb(90,155,28); }

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