#6AA029

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

Shades of Limeade #6AA029

Tints of Limeade #6AA029

Color information

#6AA029 (or 0x6AA029) is unknown color: approx Limeade. HEX triplet: 6A, A0 and 29. RGB value is (106,160,41). Sum of RGB (Red+Green+Blue) = 106+160+41=307 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.53% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #6AA029 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA029 is #955FD6. Grayscale: #828282. Windows color (decimal): -9789399 or 2728042. OLE color: 2728042.

HSL color Cylindrical-coordinate representation of color #6AA029: hue angle of 87.23º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6AA029 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB10616041-
CMYK0.3400.740.37
HSL87.23º59.2%39.41%-
HSV(B)87.23º74.37%62.75%-
XYZ18.9128.376.58-
YUV130.2977.61110.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.53%
GREEN value IS 160 (62.89% from 255) = 52.12%
BLUE value IS 41 (16.41% from 255) = 13.36%
R=34.53%
G=52.12%
B=13.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal106160410.3400.740.3787.2359.239.41
Hex6AA0292204A25573b27
Octal15224051420112451277347
Binary110101010100000101001100010010010101001011010111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,160,41); }

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

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

 a { background-color: rgb(106,160,41); }

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

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

 span { border-color: rgb(106,160,41); }

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