#619F1E

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

Shades of Limeade #619F1E

Tints of Limeade #619F1E

Color information

#619F1E (or 0x619F1E) is unknown color: approx Limeade. HEX triplet: 61, 9F and 1E. RGB value is (97,159,30). Sum of RGB (Red+Green+Blue) = 97+159+30=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 159 (62.5% from 255 or 55.59% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 159 - color contains mainly: green. Hex color #619F1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619F1E is #9E60E1. Grayscale: #7E7E7E. Windows color (decimal): -10379490 or 2006881. OLE color: 2006881.

HSL color Cylindrical-coordinate representation of color #619F1E: hue angle of 88.84º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #619F1E is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB9715930-
CMYK0.3900.810.38
HSL88.84º68.25%37.06%-
HSV(B)88.84º81.13%62.35%-
XYZ17.5627.435.6-
YUV125.7673.96107.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.92%
GREEN value IS 159 (62.5% from 255) = 55.59%
BLUE value IS 30 (12.11% from 255) = 10.49%
R=33.92%
G=55.59%
B=10.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97159300.3900.810.3888.8468.2537.06
Hex619F1E2705126594425
Octal141237364701214613110445
Binary110000110011111111101001110101000110011010110011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619F1E; }

 p { color: rgb(97,159,30); }

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

<style>
 a { background-color: #619F1E; }

 a { background-color: rgb(97,159,30); }

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

<style>
 span { border-color: #619F1E; }

 span { border-color: rgb(97,159,30); }

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