#6CA038

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

Shades of Limeade #6CA038

Tints of Limeade #6CA038

Color information

#6CA038 (or 0x6CA038) is unknown color: approx Limeade. HEX triplet: 6C, A0 and 38. RGB value is (108,160,56). Sum of RGB (Red+Green+Blue) = 108+160+56=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 160 (62.89% from 255 or 49.38% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA038 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA038 is #935FC7. Grayscale: #848484. Windows color (decimal): -9658312 or 3711084. OLE color: 3711084.

HSL color Cylindrical-coordinate representation of color #6CA038: hue angle of 90º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6CA038 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB10816056-
CMYK0.3200.650.37
HSL90º48.15%42.35%-
HSV(B)90º65%62.75%-
XYZ19.4728.628.24-
YUV132.684.77110.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.33%
GREEN value IS 160 (62.89% from 255) = 49.38%
BLUE value IS 56 (22.27% from 255) = 17.28%
R=33.33%
G=49.38%
B=17.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal108160560.3200.650.379048.1542.35
Hex6CA03820041255a302a
Octal15424070400101451326052
Binary110110010100000111000100000010000011001011011010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,160,56); }

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

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

 a { background-color: rgb(108,160,56); }

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

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

 span { border-color: rgb(108,160,56); }

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