#68A429

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

Shades of Limeade #68A429

Tints of Limeade #68A429

Color information

#68A429 (or 0x68A429) is unknown color: approx Limeade. HEX triplet: 68, A4 and 29. RGB value is (104,164,41). Sum of RGB (Red+Green+Blue) = 104+164+41=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 164 (64.45% from 255 or 53.07% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 164 - color contains mainly: green. Hex color #68A429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A429 is #975BD6. Grayscale: #848484. Windows color (decimal): -9919447 or 2729064. OLE color: 2729064.

HSL color Cylindrical-coordinate representation of color #68A429: hue angle of 89.27º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68A429 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB10416441-
CMYK0.3700.750.36
HSL89.27º60%40.2%-
HSV(B)89.27º75%64.31%-
XYZ19.3829.656.8-
YUV132.0476.62108-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.66%
GREEN value IS 164 (64.45% from 255) = 53.07%
BLUE value IS 41 (16.41% from 255) = 13.27%
R=33.66%
G=53.07%
B=13.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104164410.3700.750.3689.276040.2
Hex68A4292504B24593c28
Octal15024451450113441317450
Binary110100010100100101001100101010010111001001011001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A429; }

 p { color: rgb(104,164,41); }

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

<style>
 a { background-color: #68A429; }

 a { background-color: rgb(104,164,41); }

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

<style>
 span { border-color: #68A429; }

 span { border-color: rgb(104,164,41); }

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