#6BA03A

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

Shades of Limeade #6BA03A

Tints of Limeade #6BA03A

Color information

#6BA03A (or 0x6BA03A) is unknown color: approx Limeade. HEX triplet: 6B, A0 and 3A. RGB value is (107,160,58). Sum of RGB (Red+Green+Blue) = 107+160+58=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA03A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA03A is #945FC5. Grayscale: #848484. Windows color (decimal): -9723846 or 3842155. OLE color: 3842155.

HSL color Cylindrical-coordinate representation of color #6BA03A: hue angle of 91.18º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6BA03A is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB10716058-
CMYK0.3300.640.37
HSL91.18º46.79%42.75%-
HSV(B)91.18º63.75%62.75%-
XYZ19.428.578.5-
YUV132.5285.94109.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.92%
GREEN value IS 160 (62.89% from 255) = 49.23%
BLUE value IS 58 (23.05% from 255) = 17.85%
R=32.92%
G=49.23%
B=17.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal107160580.3300.640.3791.1846.7942.75
Hex6BA03A21040255b2f2b
Octal15324072410100451335753
Binary110101110100000111010100001010000001001011011011101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,160,58); }

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

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

 a { background-color: rgb(107,160,58); }

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

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

 span { border-color: rgb(107,160,58); }

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