#6CA836

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

Shades of Limeade #6CA836

Tints of Limeade #6CA836

Color information

#6CA836 (or 0x6CA836) is unknown color: approx Limeade. HEX triplet: 6C, A8 and 36. RGB value is (108,168,54). Sum of RGB (Red+Green+Blue) = 108+168+54=330 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.73% from 330); Green value is 168 (66.02% from 255 or 50.91% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 168 - color contains mainly: green. Hex color #6CA836 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA836 is #9357C9. Grayscale: #898989. Windows color (decimal): -9656266 or 3582060. OLE color: 3582060.

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

Color convert

RGB10816854-
CMYK0.3600.680.34
HSL91.58º51.35%43.53%-
HSV(B)91.58º67.86%65.88%-
XYZ20.8531.468.46-
YUV137.0681.12107.27-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.73%
GREEN value IS 168 (66.02% from 255) = 50.91%
BLUE value IS 54 (21.48% from 255) = 16.36%
R=32.73%
G=50.91%
B=16.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal108168540.3600.680.3491.5851.3543.53
Hex6CA83624044225c332c
Octal15425066440104421346354
Binary110110010101000110110100100010001001000101011100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,168,54); }

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

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

 a { background-color: rgb(108,168,54); }

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

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

 span { border-color: rgb(108,168,54); }

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