#6A9E31

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

Shades of Limeade #6A9E31

Tints of Limeade #6A9E31

Color information

#6A9E31 (or 0x6A9E31) is unknown color: approx Limeade. HEX triplet: 6A, 9E and 31. RGB value is (106,158,49). Sum of RGB (Red+Green+Blue) = 106+158+49=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 158 (62.11% from 255 or 50.48% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 158 - color contains mainly: green. Hex color #6A9E31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9E31 is #9561CE. Grayscale: #828282. Windows color (decimal): -9789903 or 3251818. OLE color: 3251818.

HSL color Cylindrical-coordinate representation of color #6A9E31: hue angle of 88.62º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A9E31 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB10615849-
CMYK0.3300.690.38
HSL88.62º52.66%40.59%-
HSV(B)88.62º68.99%61.96%-
XYZ18.7327.747.27-
YUV130.0382.27110.86-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.87%
GREEN value IS 158 (62.11% from 255) = 50.48%
BLUE value IS 49 (19.53% from 255) = 15.65%
R=33.87%
G=50.48%
B=15.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106158490.3300.690.3888.6252.6640.59
Hex6A9E312104526593529
Octal15223661410105461316551
Binary110101010011110110001100001010001011001101011001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A9E31; }

 p { color: rgb(106,158,49); }

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

<style>
 a { background-color: #6A9E31; }

 a { background-color: rgb(106,158,49); }

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

<style>
 span { border-color: #6A9E31; }

 span { border-color: rgb(106,158,49); }

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