Html Css Color HEX #5AA42C Limeade

📋 copy color: '#5AA42C'

red 90 ◦ green 164 ◦ blue 44

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

Shades of Limeade #5AA42C

Tints of Limeade #5AA42C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 55.03%

 BLUE value IS 44 (17.58% from 255) = 14.77%

R = 30.2%
G = 55.03%
B = 14.77%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#5AA42C (or 0x5AA42C) is known color: Limeade. HEX triplet: 5A, A4 and 2C. RGB value is (90,164,44). Sum of RGB (Red+Green+Blue) = 90+164+44=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 164 (64.45% from 255 or 55.03% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA42C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA42C is #A55BD3. Grayscale: #808080. Windows color (decimal): -10836948 or 2925658. OLE color: 2925658.

HSL color Cylindrical-coordinate representation of color #5AA42C: hue angle of 97º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5AA42C is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 90 164 44 -
CMYK 0.45 0 0.73 0.36
HSL 97º 0.58% 0.41% -
HSV(B) 97º 0.73% 0.64% -
XYZ 17.95 28.91 7.02 -
YUV 128.19 80.48 100.76 -
System Red Green Blue C M Y K H S L
Decimal 90 164 44 0.45 0 0.73 0.36 97 0.58 0.41
Hex 5A A4 2C 2D 0 49 24 61 3A 29
Octal 132 244 54 55 0 111 44 141 72 51
Binary 1011010 10100100 101100 101101 0 1001001 100100 1100001 111010 101001

Color Harmonies of #5AA42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA42C

Black with #5AA42C

Text Example


Text Example

White with #5AA42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,164,44); }

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

background-color css

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

 a { background-color: rgb(90,164,44); }

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

border-color css

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

 span { border-color: rgb(90,164,44); }

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