#5C9C1A

Color #5C9C1A Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #5C9C1A

Tints of Limeade #5C9C1A

Color information

#5C9C1A (or 0x5C9C1A) is unknown color: approx Limeade. HEX triplet: 5C, 9C and 1A. RGB value is (92,156,26). Sum of RGB (Red+Green+Blue) = 92+156+26=274 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.58% from 274); Green value is 156 (61.33% from 255 or 56.93% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 156 - color contains mainly: green. Hex color #5C9C1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9C1A is #A363E5. Grayscale: #7A7A7A. Windows color (decimal): -10707942 or 1743964. OLE color: 1743964.

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

Color convert

RGB9215626-
CMYK0.4100.830.39
HSL89.54º71.43%35.69%-
HSV(B)89.54º83.33%61.18%-
XYZ16.4926.135.15-
YUV122.0473.8106.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.58%
GREEN value IS 156 (61.33% from 255) = 56.93%
BLUE value IS 26 (10.55% from 255) = 9.49%
R=33.58%
G=56.93%
B=9.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal92156260.4100.830.3989.5471.4335.69
Hex5C9C1A29053275a4724
Octal134234325101234713210744
Binary101110010011100110101010010101001110011110110101000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C9C1A;
 }
 .AnyTagClassName
 {
   color: #5C9C1A;
 }
</style>
background-color css

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

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

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

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

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

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