#6A9C3F

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

Shades of Limeade #6A9C3F

Tints of Limeade #6A9C3F

Color information

#6A9C3F (or 0x6A9C3F) is unknown color: approx Limeade. HEX triplet: 6A, 9C and 3F. RGB value is (106,156,63). Sum of RGB (Red+Green+Blue) = 106+156+63=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #6A9C3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9C3F is #9563C0. Grayscale: #828282. Windows color (decimal): -9790401 or 4168810. OLE color: 4168810.

HSL color Cylindrical-coordinate representation of color #6A9C3F: hue angle of 92.26º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A9C3F is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.39.

Color convert

RGB10615663-
CMYK0.3200.600.39
HSL92.26º42.47%42.94%-
HSV(B)92.26º59.62%61.18%-
XYZ18.7327.28.97-
YUV130.4589.94110.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.62%
GREEN value IS 156 (61.33% from 255) = 48%
BLUE value IS 63 (25% from 255) = 19.38%
R=32.62%
G=48%
B=19.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal106156630.3200.600.3992.2642.4742.94
Hex6A9C3F2003C275c2a2b
Octal1522347740074471345253
Binary11010101001110011111110000001111001001111011100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,156,63); }

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

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

 a { background-color: rgb(106,156,63); }

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

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

 span { border-color: rgb(106,156,63); }

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