#6a9933

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

Shades of Limeade #6A9933

Tints of Limeade #6A9933

Color information

#6A9933 (or 0x6A9933) is unknown color: approx Limeade. HEX triplet: 6A, 99 and 33. RGB value is (106,153,51). Sum of RGB (Red+Green+Blue) = 106+153+51=310 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.19% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #6A9933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9933 is #9566CC. Grayscale: #7F7F7F. Windows color (decimal): -9791181 or 3381610. OLE color: 3381610.

HSL color Cylindrical-coordinate representation of color #6A9933: hue angle of 87.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A9933 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB10615351-
CMYK0.3100.670.4
HSL87.65º50%40%-
HSV(B)87.65º66.67%60%-
XYZ17.9326.097.22-
YUV127.3284.93112.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.19%
GREEN value IS 153 (60.16% from 255) = 49.35%
BLUE value IS 51 (20.31% from 255) = 16.45%
R=34.19%
G=49.35%
B=16.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal106153510.3100.670.487.655040
Hex6A99331F04328583228
Octal15223163370103501306250
Binary11010101001100111001111111010000111010001011000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a9933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,153,51); }

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

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

 a { background-color: rgb(106,153,51); }

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

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

 span { border-color: rgb(106,153,51); }

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