#6A9932

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

Shades of Limeade #6A9932

Tints of Limeade #6A9932

Color information

#6A9932 (or 0x6A9932) is unknown color: approx Limeade. HEX triplet: 6A, 99 and 32. RGB value is (106,153,50). Sum of RGB (Red+Green+Blue) = 106+153+50=309 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.30% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #6A9932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9932 is #9566CD. Grayscale: #7F7F7F. Windows color (decimal): -9791182 or 3316074. OLE color: 3316074.

HSL color Cylindrical-coordinate representation of color #6A9932: hue angle of 87.38º degrees, saturation: 0.51, 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 #6A9932 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB10615350-
CMYK0.3100.670.4
HSL87.38º50.74%39.8%-
HSV(B)87.38º67.32%60%-
XYZ17.9126.087.11-
YUV127.284.43112.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.30%
GREEN value IS 153 (60.16% from 255) = 49.51%
BLUE value IS 50 (19.92% from 255) = 16.18%
R=34.30%
G=49.51%
B=16.18%

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
Decimal106153500.3100.670.487.3850.7439.8
Hex6A99321F04328573328
Octal15223162370103501276350
Binary11010101001100111001011111010000111010001010111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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