Html Css Color HEX #5A942A Limeade

📋 copy color: '#5A942A'

red 90 ◦ green 148 ◦ blue 42

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

Shades of Limeade #5A942A

Tints of Limeade #5A942A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.86%

 BLUE value IS 42 (16.8% from 255) = 15%

R = 32.14%
G = 52.86%
B = 15%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#5A942A (or 0x5A942A) is known color: Limeade. HEX triplet: 5A, 94 and 2A. RGB value is (90,148,42). Sum of RGB (Red+Green+Blue) = 90+148+42=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 148 (58.20% from 255 or 52.86% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 148 - color contains mainly: green. Hex color #5A942A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A942A is #A56BD5. Grayscale: #767676. Windows color (decimal): -10841046 or 2790490. OLE color: 2790490.

HSL color Cylindrical-coordinate representation of color #5A942A: hue angle of 92.83º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A942A is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 148 42 -
CMYK 0.39 0 0.72 0.42
HSL 92.83º 0.56% 0.37% -
HSV(B) 92.83º 0.72% 0.58% -
XYZ 15.22 23.52 5.93 -
YUV 118.57 84.78 107.62 -
System Red Green Blue C M Y K H S L
Decimal 90 148 42 0.39 0 0.72 0.42 92.83 0.56 0.37
Hex 5A 94 2A 27 0 48 2A 5D 38 25
Octal 132 224 52 47 0 110 52 135 70 45
Binary 1011010 10010100 101010 100111 0 1001000 101010 1011101 111000 100101

Color Harmonies of #5A942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A942A

Black with #5A942A

Text Example


Text Example

White with #5A942A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,148,42); }

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

background-color css

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

 a { background-color: rgb(90,148,42); }

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

border-color css

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

 span { border-color: rgb(90,148,42); }

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