#6CA436

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

Shades of Limeade #6CA436

Tints of Limeade #6CA436

Color information

#6CA436 (or 0x6CA436) is unknown color: approx Limeade. HEX triplet: 6C, A4 and 36. RGB value is (108,164,54). Sum of RGB (Red+Green+Blue) = 108+164+54=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 164 (64.45% from 255 or 50.31% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA436 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA436 is #935BC9. Grayscale: #878787. Windows color (decimal): -9657290 or 3581036. OLE color: 3581036.

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

Color convert

RGB10816454-
CMYK0.3400.670.36
HSL90.55º50.46%42.75%-
HSV(B)90.55º67.07%64.31%-
XYZ20.1330.018.22-
YUV134.7282.45108.94-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.13%
GREEN value IS 164 (64.45% from 255) = 50.31%
BLUE value IS 54 (21.48% from 255) = 16.56%
R=33.13%
G=50.31%
B=16.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal108164540.3400.670.3690.5550.4642.75
Hex6CA43622043245b322b
Octal15424466420103441336253
Binary110110010100100110110100010010000111001001011011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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