#6CA12E

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

Shades of Limeade #6CA12E

Tints of Limeade #6CA12E

Color information

#6CA12E (or 0x6CA12E) is unknown color: approx Limeade. HEX triplet: 6C, A1 and 2E. RGB value is (108,161,46). Sum of RGB (Red+Green+Blue) = 108+161+46=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA12E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA12E is #935ED1. Grayscale: #848484. Windows color (decimal): -9658066 or 3055980. OLE color: 3055980.

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

Color convert

RGB10816146-
CMYK0.3300.710.37
HSL87.65º55.56%40.59%-
HSV(B)87.65º71.43%63.14%-
XYZ19.4228.887.13-
YUV132.0479.44110.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.29%
GREEN value IS 161 (63.28% from 255) = 51.11%
BLUE value IS 46 (18.36% from 255) = 14.60%
R=34.29%
G=51.11%
B=14.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal108161460.3300.710.3787.6555.5640.59
Hex6CA12E2104725583829
Octal15424156410107451307051
Binary110110010100001101110100001010001111001011011000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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