#6A9F38

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

Shades of Limeade #6A9F38

Tints of Limeade #6A9F38

Color information

#6A9F38 (or 0x6A9F38) is unknown color: approx Limeade. HEX triplet: 6A, 9F and 38. RGB value is (106,159,56). Sum of RGB (Red+Green+Blue) = 106+159+56=321 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.02% from 321); Green value is 159 (62.5% from 255 or 49.53% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 159 - color contains mainly: green. Hex color #6A9F38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9F38 is #9560C7. Grayscale: #838383. Windows color (decimal): -9789640 or 3710826. OLE color: 3710826.

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

Color convert

RGB10615956-
CMYK0.3300.650.38
HSL90.87º47.91%42.16%-
HSV(B)90.87º64.78%62.35%-
XYZ19.0628.158.17-
YUV131.4185.44109.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.02%
GREEN value IS 159 (62.5% from 255) = 49.53%
BLUE value IS 56 (22.27% from 255) = 17.45%
R=33.02%
G=49.53%
B=17.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106159560.3300.650.3890.8747.9142.16
Hex6A9F3821041265b302a
Octal15223770410101461336052
Binary110101010011111111000100001010000011001101011011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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