#6BA12E

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

Shades of Limeade #6BA12E

Tints of Limeade #6BA12E

Color information

#6BA12E (or 0x6BA12E) is unknown color: approx Limeade. HEX triplet: 6B, A1 and 2E. RGB value is (107,161,46). Sum of RGB (Red+Green+Blue) = 107+161+46=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA12E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA12E is #945ED1. Grayscale: #848484. Windows color (decimal): -9723602 or 3055979. OLE color: 3055979.

HSL color Cylindrical-coordinate representation of color #6BA12E: hue angle of 88.17º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6BA12E is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB10716146-
CMYK0.3400.710.37
HSL88.17º55.56%40.59%-
HSV(B)88.17º71.43%63.14%-
XYZ19.328.817.13-
YUV131.7479.61110.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.08%
GREEN value IS 161 (63.28% from 255) = 51.27%
BLUE value IS 46 (18.36% from 255) = 14.65%
R=34.08%
G=51.27%
B=14.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal107161460.3400.710.3788.1755.5640.59
Hex6BA12E2204725583829
Octal15324156420107451307051
Binary110101110100001101110100010010001111001011011000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,161,46); }

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

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

 a { background-color: rgb(107,161,46); }

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

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

 span { border-color: rgb(107,161,46); }

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