Html Css Color HEX #5C941A Limeade

📋 copy color: '#5C941A'

red 92 ◦ green 148 ◦ blue 26

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

Shades of Limeade #5C941A

Tints of Limeade #5C941A

RGB

 RED value IS 92 (36.33% from 255) = 34.59%

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

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

R = 34.59%
G = 55.64%
B = 9.77%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#5C941A (or 0x5C941A) is known color: Limeade. HEX triplet: 5C, 94 and 1A. RGB value is (92,148,26). Sum of RGB (Red+Green+Blue) = 92+148+26=266 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.59% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #5C941A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C941A is #A36BE5. Grayscale: #757575. Windows color (decimal): -10709990 or 1741916. OLE color: 1741916.

HSL color Cylindrical-coordinate representation of color #5C941A: hue angle of 87.54º 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 #5C941A is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 92 148 26 -
CMYK 0.38 0 0.82 0.42
HSL 87.54º 0.7% 0.34% -
HSV(B) 87.54º 0.82% 0.58% -
XYZ 15.19 23.53 4.72 -
YUV 117.35 76.45 109.92 -
System Red Green Blue C M Y K H S L
Decimal 92 148 26 0.38 0 0.82 0.42 87.54 0.7 0.34
Hex 5C 94 1A 26 0 52 2A 58 46 22
Octal 134 224 32 46 0 122 52 130 106 42
Binary 1011100 10010100 11010 100110 0 1010010 101010 1011000 1000110 100010

Color Harmonies of #5C941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C941A

Black with #5C941A

Text Example


Text Example

White with #5C941A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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