#6A9B28

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

Shades of Limeade #6A9B28

Tints of Limeade #6A9B28

Color information

#6A9B28 (or 0x6A9B28) is unknown color: approx Limeade. HEX triplet: 6A, 9B and 28. RGB value is (106,155,40). Sum of RGB (Red+Green+Blue) = 106+155+40=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 155 (60.94% from 255 or 51.50% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 155 - color contains mainly: green. Hex color #6A9B28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9B28 is #9564D7. Grayscale: #7F7F7F. Windows color (decimal): -9790680 or 2661226. OLE color: 2661226.

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

Color convert

RGB10615540-
CMYK0.3200.740.39
HSL85.57º58.97%38.24%-
HSV(B)85.57º74.19%60.78%-
XYZ18.0526.666.2-
YUV127.2478.77112.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.22%
GREEN value IS 155 (60.94% from 255) = 51.50%
BLUE value IS 40 (16.02% from 255) = 13.29%
R=35.22%
G=51.50%
B=13.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal106155400.3200.740.3985.5758.9738.24
Hex6A9B282004A27563b26
Octal15223350400112471267346
Binary110101010011011101000100000010010101001111010110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,155,40); }

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

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

 a { background-color: rgb(106,155,40); }

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

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

 span { border-color: rgb(106,155,40); }

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