#6A9F35

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

Shades of Limeade #6A9F35

Tints of Limeade #6A9F35

Color information

#6A9F35 (or 0x6A9F35) is unknown color: approx Limeade. HEX triplet: 6A, 9F and 35. RGB value is (106,159,53). Sum of RGB (Red+Green+Blue) = 106+159+53=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 159 (62.5% from 255 or 50% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 159 - color contains mainly: green. Hex color #6A9F35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9F35 is #9560CA. Grayscale: #838383. Windows color (decimal): -9789643 or 3514218. OLE color: 3514218.

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

Color convert

RGB10615953-
CMYK0.3300.670.38
HSL90º50%41.57%-
HSV(B)90º66.67%62.35%-
XYZ18.9828.127.79-
YUV131.0783.94110.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.33%
GREEN value IS 159 (62.5% from 255) = 50%
BLUE value IS 53 (21.09% from 255) = 16.67%
R=33.33%
G=50%
B=16.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106159530.3300.670.38905041.57
Hex6A9F3521043265a322a
Octal15223765410103461326252
Binary110101010011111110101100001010000111001101011010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,159,53); }

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

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

 a { background-color: rgb(106,159,53); }

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

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

 span { border-color: rgb(106,159,53); }

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