#6BA13A

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

Shades of Limeade #6BA13A

Tints of Limeade #6BA13A

Color information

#6BA13A (or 0x6BA13A) is unknown color: approx Limeade. HEX triplet: 6B, A1 and 3A. RGB value is (107,161,58). Sum of RGB (Red+Green+Blue) = 107+161+58=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 161 (63.28% from 255 or 49.39% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA13A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA13A is #945EC5. Grayscale: #858585. Windows color (decimal): -9723590 or 3842411. OLE color: 3842411.

HSL color Cylindrical-coordinate representation of color #6BA13A: hue angle of 91.46º 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 #6BA13A is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB10716158-
CMYK0.3400.640.37
HSL91.46º47.03%42.94%-
HSV(B)91.46º63.98%63.14%-
XYZ19.5728.928.55-
YUV133.1185.61109.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.82%
GREEN value IS 161 (63.28% from 255) = 49.39%
BLUE value IS 58 (23.05% from 255) = 17.79%
R=32.82%
G=49.39%
B=17.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal107161580.3400.640.3791.4647.0342.94
Hex6BA13A22040255b2f2b
Octal15324172420100451335753
Binary110101110100001111010100010010000001001011011011101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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