#68A22A

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

Shades of Limeade #68A22A

Tints of Limeade #68A22A

Color information

#68A22A (or 0x68A22A) is unknown color: approx Limeade. HEX triplet: 68, A2 and 2A. RGB value is (104,162,42). Sum of RGB (Red+Green+Blue) = 104+162+42=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #68A22A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A22A is #975DD5. Grayscale: #838383. Windows color (decimal): -9919958 or 2794088. OLE color: 2794088.

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

Color convert

RGB10416242-
CMYK0.3600.740.36
HSL89º58.82%40%-
HSV(B)89º74.07%63.53%-
XYZ19.0528.956.77-
YUV130.9877.78108.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 162 (63.67% from 255) = 52.60%
BLUE value IS 42 (16.80% from 255) = 13.64%
R=33.77%
G=52.60%
B=13.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104162420.3600.740.368958.8240
Hex68A22A2404A24593b28
Octal15024252440112441317350
Binary110100010100010101010100100010010101001001011001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,162,42); }

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

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

 a { background-color: rgb(104,162,42); }

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

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

 span { border-color: rgb(104,162,42); }

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