Html Css Color HEX #59941A Limeade

📋 copy color: '#59941A'

red 89 ◦ green 148 ◦ blue 26

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

Shades of Limeade #59941A

Tints of Limeade #59941A

RGB

 RED value IS 89 (35.16% from 255) = 33.84%

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

 BLUE value IS 26 (10.55% from 255) = 9.89%

R = 33.84%
G = 56.27%
B = 9.89%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#59941A (or 0x59941A) is known color: Limeade. HEX triplet: 59, 94 and 1A. RGB value is (89,148,26). Sum of RGB (Red+Green+Blue) = 89+148+26=263 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.84% from 263); Green value is 148 (58.20% from 255 or 56.27% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 148 - color contains mainly: green. Hex color #59941A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59941A is #A66BE5. Grayscale: #747474. Windows color (decimal): -10906598 or 1741913. OLE color: 1741913.

HSL color Cylindrical-coordinate representation of color #59941A: hue angle of 89.02º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #59941A is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 148 26 -
CMYK 0.40 0 0.82 0.42
HSL 89.02º 0.7% 0.34% -
HSV(B) 89.02º 0.82% 0.58% -
XYZ 14.9 23.38 4.7 -
YUV 116.45 76.95 108.42 -
System Red Green Blue C M Y K H S L
Decimal 89 148 26 0.40 0 0.82 0.42 89.02 0.7 0.34
Hex 59 94 1A 28 0 52 2A 59 46 22
Octal 131 224 32 50 0 122 52 131 106 42
Binary 1011001 10010100 11010 101000 0 1010010 101010 1011001 1000110 100010

Color Harmonies of #59941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59941A

Black with #59941A

Text Example


Text Example

White with #59941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59941A; }

 p { color: rgb(89,148,26); }

 H1.HeaderClassName
 {
   color: #59941A;
 }
 .AnyTagClassName
 {
   color: #59941A;
 }
</style>

background-color css

<style>
 a { background-color: #59941A; }

 a { background-color: rgb(89,148,26); }

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

border-color css

<style>
 span { border-color: #59941A; }

 span { border-color: rgb(89,148,26); }

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