#56930A

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

Shades of Limeade #56930A

Tints of Limeade #56930A

Color information

#56930A (or 0x56930A) is unknown color: approx Limeade. HEX triplet: 56, 93 and 0A. RGB value is (86,147,10). Sum of RGB (Red+Green+Blue) = 86+147+10=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 147 (57.81% from 255 or 60.49% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 147 - color contains mainly: green. Hex color #56930A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56930A is #A96CF5. Grayscale: #717171. Windows color (decimal): -11103478 or 693078. OLE color: 693078.

HSL color Cylindrical-coordinate representation of color #56930A: hue angle of 86.72º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #56930A is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB8614710-
CMYK0.4100.930.42
HSL86.72º87.26%30.78%-
HSV(B)86.72º93.2%57.65%-
XYZ14.3322.873.95-
YUV113.1469.79108.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.39%
GREEN value IS 147 (57.81% from 255) = 60.49%
BLUE value IS 10 (4.30% from 255) = 4.12%
R=35.39%
G=60.49%
B=4.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86147100.4100.930.4286.7287.2630.78
Hex5693A2905D2A57571f
Octal126223125101355212712737
Binary1010110100100111010101001010111011010101010111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56930A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,147,10); }

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

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

 a { background-color: rgb(86,147,10); }

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

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

 span { border-color: rgb(86,147,10); }

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