#6CA43A

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

Shades of Limeade #6CA43A

Tints of Limeade #6CA43A

Color information

#6CA43A (or 0x6CA43A) is unknown color: approx Limeade. HEX triplet: 6C, A4 and 3A. RGB value is (108,164,58). Sum of RGB (Red+Green+Blue) = 108+164+58=330 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.73% from 330); Green value is 164 (64.45% from 255 or 49.70% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA43A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA43A is #935BC5. Grayscale: #878787. Windows color (decimal): -9657286 or 3843180. OLE color: 3843180.

HSL color Cylindrical-coordinate representation of color #6CA43A: hue angle of 91.7º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6CA43A is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB10816458-
CMYK0.3400.650.36
HSL91.7º47.75%43.53%-
HSV(B)91.7º64.63%64.31%-
XYZ20.2230.048.74-
YUV135.1784.45108.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.73%
GREEN value IS 164 (64.45% from 255) = 49.70%
BLUE value IS 58 (23.05% from 255) = 17.58%
R=32.73%
G=49.70%
B=17.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal108164580.3400.650.3691.747.7543.53
Hex6CA43A22041245c302c
Octal15424472420101441346054
Binary110110010100100111010100010010000011001001011100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,164,58); }

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

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

 a { background-color: rgb(108,164,58); }

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

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

 span { border-color: rgb(108,164,58); }

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