#58A826

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

Shades of Limeade #58A826

Tints of Limeade #58A826

Color information

#58A826 (or 0x58A826) is unknown color: approx Limeade. HEX triplet: 58, A8 and 26. RGB value is (88,168,38). Sum of RGB (Red+Green+Blue) = 88+168+38=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 168 (66.02% from 255 or 57.14% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 168 - color contains mainly: green. Hex color #58A826 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A826 is #A757D9. Grayscale: #818181. Windows color (decimal): -10967002 or 2533464. OLE color: 2533464.

HSL color Cylindrical-coordinate representation of color #58A826: hue angle of 96.92º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #58A826 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB8816838-
CMYK0.4800.770.34
HSL96.92º63.11%40.39%-
HSV(B)96.92º77.38%65.88%-
XYZ18.3830.226.7-
YUV129.2676.598.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.93%
GREEN value IS 168 (66.02% from 255) = 57.14%
BLUE value IS 38 (15.23% from 255) = 12.93%
R=29.93%
G=57.14%
B=12.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal88168380.4800.770.3496.9263.1140.39
Hex58A8263004D22613f28
Octal13025046600115421417750
Binary101100010101000100110110000010011011000101100001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58A826; }

 p { color: rgb(88,168,38); }

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

<style>
 a { background-color: #58A826; }

 a { background-color: rgb(88,168,38); }

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

<style>
 span { border-color: #58A826; }

 span { border-color: rgb(88,168,38); }

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