#6A9F28

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

Shades of Limeade #6A9F28

Tints of Limeade #6A9F28

Color information

#6A9F28 (or 0x6A9F28) is unknown color: approx Limeade. HEX triplet: 6A, 9F and 28. RGB value is (106,159,40). Sum of RGB (Red+Green+Blue) = 106+159+40=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 159 (62.5% from 255 or 52.13% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 159 - color contains mainly: green. Hex color #6A9F28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9F28 is #9560D7. Grayscale: #828282. Windows color (decimal): -9789656 or 2662250. OLE color: 2662250.

HSL color Cylindrical-coordinate representation of color #6A9F28: hue angle of 86.72º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6A9F28 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB10615940-
CMYK0.3300.750.38
HSL86.72º59.8%39.02%-
HSV(B)86.72º74.84%62.35%-
XYZ18.7328.016.43-
YUV129.5977.44111.18-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.75%
GREEN value IS 159 (62.5% from 255) = 52.13%
BLUE value IS 40 (16.02% from 255) = 13.11%
R=34.75%
G=52.13%
B=13.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106159400.3300.750.3886.7259.839.02
Hex6A9F282104B26573c27
Octal15223750410113461277447
Binary110101010011111101000100001010010111001101010111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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